Loading CHANGES +4 −0 Original line number Diff line number Diff line Loading @@ -6,6 +6,10 @@ Changelog Daniel (20 July 2006) - David McCreedy fixed a build error when building libcurl with HTTP disabled, problem added with the curl_formget() patch. Daniel (17 July 2006) - Jari Sundell did some excellent research and bug tracking, figured out that we did wrong and patched it: When nodes were removed from the splay tree, Loading lib/formdata.c +3 −3 Original line number Diff line number Diff line Loading @@ -1574,10 +1574,10 @@ CURLFORMcode curl_formadd(struct curl_httppost **httppost, return CURL_FORMADD_DISABLED; } CURLFORMCode curl_formget(struct curl_httppost *post, void *arg, int curl_formget(struct curl_httppost *form, void *arg, curl_formget_callback append) { (void) post; (void) form; (void) arg; (void) append; return CURL_FORMADD_DISABLED; Loading Loading
CHANGES +4 −0 Original line number Diff line number Diff line Loading @@ -6,6 +6,10 @@ Changelog Daniel (20 July 2006) - David McCreedy fixed a build error when building libcurl with HTTP disabled, problem added with the curl_formget() patch. Daniel (17 July 2006) - Jari Sundell did some excellent research and bug tracking, figured out that we did wrong and patched it: When nodes were removed from the splay tree, Loading
lib/formdata.c +3 −3 Original line number Diff line number Diff line Loading @@ -1574,10 +1574,10 @@ CURLFORMcode curl_formadd(struct curl_httppost **httppost, return CURL_FORMADD_DISABLED; } CURLFORMCode curl_formget(struct curl_httppost *post, void *arg, int curl_formget(struct curl_httppost *form, void *arg, curl_formget_callback append) { (void) post; (void) form; (void) arg; (void) append; return CURL_FORMADD_DISABLED; Loading