From d23649d2c3129b2f73a9100b36cece29009d4e80 Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Tue, 27 Oct 2009 04:03:41 +0000 Subject: Use PRIu32 to print uint32_t's. --- testsuites/tmtests/tmck/task1.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'testsuites/tmtests/tmck') 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 ]++; -- cgit v1.2.3