mirror of
https://github.com/curl/curl.git
synced 2026-08-24 20:03:52 +03:00
parent
710bb89cf3
commit
119037325d
4 changed files with 12 additions and 10 deletions
|
|
@ -538,7 +538,7 @@ CURLFORMcode FormAdd(struct curl_httppost **httppost,
|
|||
/* this "cast increases required alignment of target type" but
|
||||
we consider it OK anyway */
|
||||
struct curl_slist* list = array_state?
|
||||
(struct curl_slist*)array_value:
|
||||
(struct curl_slist*)(void*)array_value:
|
||||
va_arg(params, struct curl_slist*);
|
||||
|
||||
if(current_form->contentheader)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue