summaryrefslogtreecommitdiffstats
path: root/cpukit/libmisc/stackchk/check.c
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2009-02-11 19:33:44 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2009-02-11 19:33:44 +0000
commit65e8f257c6b64de4a595040fe301d06b4afbb025 (patch)
treeca8acd29f854d6faa58e0c824f4b2f400cd88977 /cpukit/libmisc/stackchk/check.c
parent2009-02-11 Joel Sherrill <joel.sherrill@oarcorp.com> (diff)
downloadrtems-65e8f257c6b64de4a595040fe301d06b4afbb025.tar.bz2
2009-02-11 Joel Sherrill <joel.sherrill@OARcorp.com>
PR 1374/misc * libmisc/stackchk/check.c: Fix printk formatting string.
Diffstat (limited to '')
-rw-r--r--cpukit/libmisc/stackchk/check.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpukit/libmisc/stackchk/check.c b/cpukit/libmisc/stackchk/check.c
index ef13578595..f63adc94cc 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);
}