2009-02-11 Joel Sherrill <joel.sherrill@OARcorp.com>

PR 1374/misc
	* libmisc/stackchk/check.c: Fix printk formatting string.
This commit is contained in:
Joel Sherrill
2009-02-11 19:34:27 +00:00
parent 07d8cc542f
commit 89e2082c24
2 changed files with 6 additions and 1 deletions

View File

@@ -1,3 +1,8 @@
2009-02-11 Joel Sherrill <joel.sherrill@OARcorp.com>
PR 1374/misc
* libmisc/stackchk/check.c: Fix printk formatting string.
2009-02-05 Ralf Corsépius <ralf.corsepius@rtems.org>
* ftpd/ftpd.c: Change SIX_MONTHS to time_t.

View File

@@ -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);
}