Loading tests/libtest/lib554.c +3 −3 Original line number Diff line number Diff line Loading @@ -59,7 +59,7 @@ int test(char *URL) CURLFORM_END); if(formrc) printf("curl_formadd(1) = %d\n", formrc); printf("curl_formadd(1) = %d\n", (int)formrc); /* Fill in the filename field */ formrc = curl_formadd(&formpost, Loading @@ -69,7 +69,7 @@ int test(char *URL) CURLFORM_END); if(formrc) printf("curl_formadd(2) = %d\n", formrc); printf("curl_formadd(2) = %d\n", (int)formrc); /* Fill in a submit field too */ formrc = curl_formadd(&formpost, Loading @@ -79,7 +79,7 @@ int test(char *URL) CURLFORM_END); if(formrc) printf("curl_formadd(3) = %d\n", formrc); printf("curl_formadd(3) = %d\n", (int)formrc); if (curl_global_init(CURL_GLOBAL_ALL) != CURLE_OK) { fprintf(stderr, "curl_global_init() failed\n"); Loading Loading
tests/libtest/lib554.c +3 −3 Original line number Diff line number Diff line Loading @@ -59,7 +59,7 @@ int test(char *URL) CURLFORM_END); if(formrc) printf("curl_formadd(1) = %d\n", formrc); printf("curl_formadd(1) = %d\n", (int)formrc); /* Fill in the filename field */ formrc = curl_formadd(&formpost, Loading @@ -69,7 +69,7 @@ int test(char *URL) CURLFORM_END); if(formrc) printf("curl_formadd(2) = %d\n", formrc); printf("curl_formadd(2) = %d\n", (int)formrc); /* Fill in a submit field too */ formrc = curl_formadd(&formpost, Loading @@ -79,7 +79,7 @@ int test(char *URL) CURLFORM_END); if(formrc) printf("curl_formadd(3) = %d\n", formrc); printf("curl_formadd(3) = %d\n", (int)formrc); if (curl_global_init(CURL_GLOBAL_ALL) != CURLE_OK) { fprintf(stderr, "curl_global_init() failed\n"); Loading