aboutsummaryrefslogtreecommitdiff
path: root/lib/formdata.c
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2002-10-28 19:21:30 +0000
committerDaniel Stenberg <daniel@haxx.se>2002-10-28 19:21:30 +0000
commit6a88c8d845bc5aa6b0170f4194bc8cbde36976e0 (patch)
tree25deb2f877077c41bef6e763e7bb8309010f928d /lib/formdata.c
parentb8a6913e0965e5f492dfbe2b39b52ab5813bf08d (diff)
prevent compiler warning
Diffstat (limited to 'lib/formdata.c')
-rw-r--r--lib/formdata.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/formdata.c b/lib/formdata.c
index d8df7e3da..c883ec78c 100644
--- a/lib/formdata.c
+++ b/lib/formdata.c
@@ -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