diff options
Diffstat (limited to 'stdio-common/test_rdwr.c')
-rw-r--r-- | stdio-common/test_rdwr.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/stdio-common/test_rdwr.c b/stdio-common/test_rdwr.c index e274dcc..a3b01b7 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; } |