mirror of
https://github.com/curl/curl.git
synced 2026-05-18 03:06:26 +03:00
prevent compiler warning
This commit is contained in:
parent
b8a6913e09
commit
6a88c8d845
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue