aboutsummaryrefslogtreecommitdiff
path: root/libio
diff options
context:
space:
mode:
Diffstat (limited to 'libio')
-rw-r--r--libio/tst-ftell-active-handler.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libio/tst-ftell-active-handler.c b/libio/tst-ftell-active-handler.c
index 6151554..7be75bc 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;