aboutsummaryrefslogtreecommitdiff
path: root/stdio-common/tst-rndseek.c
diff options
context:
space:
mode:
Diffstat (limited to 'stdio-common/tst-rndseek.c')
-rw-r--r--stdio-common/tst-rndseek.c2
1 files changed, 1 insertions, 1 deletions
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;
}
}