Skip to content
Snippets Groups Projects
Commit 6a88c8d8 authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

prevent compiler warning

parent b8a6913e
No related branches found
No related tags found
No related merge requests found
......@@ -637,7 +637,7 @@ CURLFORMcode FormAdd(struct curl_httppost **httppost,
struct curl_httppost *post = NULL;
CURLformoption option;
struct curl_forms *forms = NULL;
char *array_value; /* value read from an array */
char *array_value=NULL; /* value read from an array */
/* This is a state variable, that if TRUE means that we're parsing an
array that we got passed to us. If FALSE we're parsing the input
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment