mirror of
https://github.com/curl/curl.git
synced 2026-08-19 13:03:47 +03:00
Left-over from before the return-code fix. This is probably the code that
causes xlc and gcc act differently on AIX.
This commit is contained in:
parent
98f968f2ee
commit
939866faab
1 changed files with 1 additions and 1 deletions
|
|
@ -944,7 +944,7 @@ CURLcode Curl_getFormData(struct FormData **finalform,
|
|||
if (result)
|
||||
break;
|
||||
|
||||
size += AddFormData(&form, "\"", 0, &size);
|
||||
result = AddFormData(&form, "\"", 0, &size);
|
||||
if (result)
|
||||
break;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue