From 9a2d7205aa046af3f4caf1b35388e9100e2a25db Mon Sep 17 00:00:00 2001 From: Andreas Jaeger Date: Mon, 30 Sep 2002 07:47:16 +0000 Subject: Fix format strings. --- stdio-common/tst-rndseek.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'stdio-common/tst-rndseek.c') diff --git a/stdio-common/tst-rndseek.c b/stdio-common/tst-rndseek.c index 61b919c002..eafe0b4278 100644 --- a/stdio-common/tst-rndseek.c +++ b/stdio-common/tst-rndseek.c @@ -117,7 +117,7 @@ do_test (void) if (ch1 != ch2) { - printf ("%d: '%c' vs '%c'\n", i, ch1, ch2); + printf ("%zd: '%c' vs '%c'\n", i, ch1, ch2); return 1; } } -- cgit v1.2.3