about summary refs log tree commit diff
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.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/stdio-common/test_rdwr.c b/stdio-common/test_rdwr.c
index f987f16cd4..e8423f256b 100644
--- a/stdio-common/test_rdwr.c
+++ b/stdio-common/test_rdwr.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 1991, 1992 Free Software Foundation, Inc.
+/* Copyright (C) 1991, 1992, 1996 Free Software Foundation, Inc.
 This file is part of the GNU C Library.
 
 The GNU C Library is free software; you can redistribute it and/or
@@ -98,7 +98,7 @@ DEFUN(main, (argc, argv), int argc AND char **argv)
       }
     else
       {
-	printf("ftell returns %u; should be %u.\n", where, replace_from);
+	printf("ftell returns %lu; should be %u.\n", where, replace_from);
 	lose = 1;
       }
   }