aboutsummaryrefslogtreecommitdiff
path: root/tests/libtest/lib517.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/libtest/lib517.c')
-rw-r--r--tests/libtest/lib517.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/libtest/lib517.c b/tests/libtest/lib517.c
index 7c65a659c..0d1ea2eb4 100644
--- a/tests/libtest/lib517.c
+++ b/tests/libtest/lib517.c
@@ -164,7 +164,7 @@ int test(char *URL)
time_t out = curl_getdate(dates[i].input, NULL);
if(out != dates[i].output) {
printf("WRONGLY %s => %ld (instead of %ld)\n",
- dates[i].input, out, dates[i].output);
+ dates[i].input, (long)out, (long)dates[i].output);
error++;
}
}