From 89e2082c243cbf52415ae88cdf080a81d2368228 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Wed, 11 Feb 2009 19:34:27 +0000 Subject: 2009-02-11 Joel Sherrill PR 1374/misc * libmisc/stackchk/check.c: Fix printk formatting string. --- cpukit/libmisc/stackchk/check.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cpukit/libmisc/stackchk/check.c') diff --git a/cpukit/libmisc/stackchk/check.c b/cpukit/libmisc/stackchk/check.c index c31bd5b71b..3b52e9d52a 100644 --- a/cpukit/libmisc/stackchk/check.c +++ b/cpukit/libmisc/stackchk/check.c @@ -238,7 +238,7 @@ void Stack_check_report_blown_task( if ( !pattern_ok ) { printk( - " Damaged pattern begins at 0x%08lx and is %zd bytes long\n", + " Damaged pattern begins at 0x%08lx and is %d bytes long\n", (unsigned long) Stack_check_Get_pattern_area(stack), PATTERN_SIZE_BYTES); } -- cgit v1.2.3