summaryrefslogtreecommitdiffstats
path: root/testsuites/psxtests
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2009-10-26 09:35:02 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2009-10-26 09:35:02 +0000
commitdbd40cad74c3a0772840a3ee3d7accd76d3af58e (patch)
tree722f5d741c4e63dcf188949ece7abdedd7b01b66 /testsuites/psxtests
parent2009-10-26 Ralf Corsépius <ralf.corsepius@rtems.org> (diff)
downloadrtems-dbd40cad74c3a0772840a3ee3d7accd76d3af58e.tar.bz2
Use %zu instead of %d to print size_t's.
Diffstat (limited to 'testsuites/psxtests')
-rw-r--r--testsuites/psxtests/psxfile01/test.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuites/psxtests/psxfile01/test.c b/testsuites/psxtests/psxfile01/test.c
index 7d3b32126a..92590a35c6 100644
--- a/testsuites/psxtests/psxfile01/test.c
+++ b/testsuites/psxtests/psxfile01/test.c
@@ -394,7 +394,7 @@ int main(
test_extend( "/tmp/joel", max_size - 1 );
test_cat( "/tmp/joel", max_size / 2, 1024 );
} else {
- printf( "Skipping maximum file size test since max_size is %d bytes\n", max_size );
+ printf( "Skipping maximum file size test since max_size is %zu bytes\n", max_size );
puts("That is likely to be bigger than the available RAM on many targets." );
}