From df3647c9c8f145c813ec8c7bd4ec5a6f81d89666 Mon Sep 17 00:00:00 2001 From: Rikard Falkeborn Date: Sun, 6 May 2018 21:20:32 +0200 Subject: tests: Fix format specifiers --- tests/libtest/lib552.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tests/libtest/lib552.c') diff --git a/tests/libtest/lib552.c b/tests/libtest/lib552.c index 5082eb044..83797f3c2 100644 --- a/tests/libtest/lib552.c +++ b/tests/libtest/lib552.c @@ -46,11 +46,11 @@ void dump(const char *text, /* without the hex output, we can fit more on screen */ width = 0x40; - fprintf(stream, "%s, %d bytes (0x%x)\n", text, (int)size, (int)size); + fprintf(stream, "%s, %zu bytes (0x%zx)\n", text, size, size); for(i = 0; i