aboutsummaryrefslogtreecommitdiff
path: root/tests/libtest/lib512.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/libtest/lib512.c')
-rw-r--r--tests/libtest/lib512.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/libtest/lib512.c b/tests/libtest/lib512.c
index 1d7d02a6a..0af95919b 100644
--- a/tests/libtest/lib512.c
+++ b/tests/libtest/lib512.c
@@ -26,8 +26,8 @@ int test(char *URL)
curl = curl_easy_init();
if(curl) {
- curl_easy_setopt(curl, CURLOPT_VERBOSE, 1);
- curl_easy_setopt(curl, CURLOPT_HEADER, 1);
+ curl_easy_setopt(curl, CURLOPT_VERBOSE, 1L);
+ curl_easy_setopt(curl, CURLOPT_HEADER, 1L);
curl2 = curl_easy_duphandle(curl);
if(curl2) {