diff options
Diffstat (limited to 'libio')
-rw-r--r-- | libio/tst-ftell-active-handler.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libio/tst-ftell-active-handler.c b/libio/tst-ftell-active-handler.c index 6151554ffd..7be75bc45a 100644 --- a/libio/tst-ftell-active-handler.c +++ b/libio/tst-ftell-active-handler.c @@ -165,7 +165,7 @@ do_ftruncate_test (const char *filename) it. */ if (offset != new_offset) { - printf ("Incorrect offset. Expected %zu, but got %ld\n", + printf ("Incorrect offset. Expected %ld, but got %ld\n", offset, new_offset); ret |= 1; |