Commit 939866fa authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

Left-over from before the return-code fix. This is probably the code that

causes xlc and gcc act differently on AIX.
parent 98f968f2
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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;