aboutsummaryrefslogtreecommitdiff
path: root/tests/libtest/lib1509.c
diff options
context:
space:
mode:
authorRikard Falkeborn <rikard.falkeborn@gmail.com>2018-05-06 21:20:32 +0200
committerDaniel Stenberg <daniel@haxx.se>2018-05-14 09:42:27 +0200
commitdf3647c9c8f145c813ec8c7bd4ec5a6f81d89666 (patch)
tree07dd2519e6b18a6c2a325ff4f2ac32bb06073e6e /tests/libtest/lib1509.c
parenteb49683e5591900b0c79fd9649a5aaf5549ea61f (diff)
tests: Fix format specifiers
Diffstat (limited to 'tests/libtest/lib1509.c')
-rw-r--r--tests/libtest/lib1509.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/libtest/lib1509.c b/tests/libtest/lib1509.c
index ccb668304..63bc589b1 100644
--- a/tests/libtest/lib1509.c
+++ b/tests/libtest/lib1509.c
@@ -69,7 +69,7 @@ int test(char *URL)
goto test_cleanup;
}
- printf("header length is ........: %lu\n", headerSize);
+ printf("header length is ........: %ld\n", headerSize);
printf("header length should be..: %lu\n", realHeaderSize);
test_cleanup: