diff options
Diffstat (limited to 'tests/libtest/lib1509.c')
-rw-r--r-- | tests/libtest/lib1509.c | 2 |
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: |