Loading tests/libtest/lib1514.c +1 −1 Original line number Diff line number Diff line Loading @@ -57,7 +57,7 @@ int test(char *URL) CURL *curl; CURLcode result = CURLE_OK; int res = 0; struct WriteThis pooh = { data, strlen(data) }; struct WriteThis pooh = { data, sizeof(data)-1 }; global_init(CURL_GLOBAL_ALL); Loading Loading
tests/libtest/lib1514.c +1 −1 Original line number Diff line number Diff line Loading @@ -57,7 +57,7 @@ int test(char *URL) CURL *curl; CURLcode result = CURLE_OK; int res = 0; struct WriteThis pooh = { data, strlen(data) }; struct WriteThis pooh = { data, sizeof(data)-1 }; global_init(CURL_GLOBAL_ALL); Loading