aboutsummaryrefslogtreecommitdiff
path: root/stdio-common/test_rdwr.c
diff options
context:
space:
mode:
Diffstat (limited to 'stdio-common/test_rdwr.c')
-rw-r--r--stdio-common/test_rdwr.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/stdio-common/test_rdwr.c b/stdio-common/test_rdwr.c
index e274dcc665..a3b01b7c7c 100644
--- a/stdio-common/test_rdwr.c
+++ b/stdio-common/test_rdwr.c
@@ -91,7 +91,7 @@ main (int argc, char **argv)
}
else if (where == -1L)
{
- printf ("ftell got %s (should be at %u).\n",
+ printf ("ftell got %s (should be at %Zu).\n",
strerror (errno), replace_from);
lose = 1;
}