summaryrefslogtreecommitdiffstats
path: root/testsuites/tmtests/tmck
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2009-10-27 04:03:41 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2009-10-27 04:03:41 +0000
commitd23649d2c3129b2f73a9100b36cece29009d4e80 (patch)
treeb509c663250924378d7b1bb4d72942b2a28b292c /testsuites/tmtests/tmck
parent2009-10-27 Ralf Corsépius <ralf.corsepius@rtems.org> (diff)
downloadrtems-d23649d2c3129b2f73a9100b36cece29009d4e80.tar.bz2
Use PRIu32 to print uint32_t's.
Diffstat (limited to 'testsuites/tmtests/tmck')
-rw-r--r--testsuites/tmtests/tmck/task1.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuites/tmtests/tmck/task1.c b/testsuites/tmtests/tmck/task1.c
index ee93c35274..235ae5dee9 100644
--- a/testsuites/tmtests/tmck/task1.c
+++ b/testsuites/tmtests/tmck/task1.c
@@ -155,7 +155,7 @@ void check_read_timer()
* Under UNIX a simple process swap takes longer than we
* consider valid for our testing purposes.
*/
- printf( "TOO LONG (%d) at index %d!!!\n", end_time, index );
+ printf( "TOO LONG (%" PRIu32 ") at index %" PRIu32 "!!!\n", end_time, index );
continue;
}
Distribution[ end_time ]++;