Changeset 65e8f25 in rtems


Ignore:
Timestamp:
02/11/09 19:33:44 (15 years ago)
Author:
Joel Sherrill <joel.sherrill@…>
Branches:
4.10, 4.11, 5, master
Children:
ef47bc78
Parents:
a0d22251
Message:

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

PR 1374/misc

  • libmisc/stackchk/check.c: Fix printk formatting string.
Location:
cpukit
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • cpukit/ChangeLog

    ra0d22251 r65e8f25  
     12009-02-11      Joel Sherrill <joel.sherrill@OARcorp.com>
     2
     3        PR 1374/misc
     4        * libmisc/stackchk/check.c: Fix printk formatting string.
     5
    162009-02-11      Joel Sherrill <joel.sherrill@oarcorp.com>
    27
  • cpukit/libmisc/stackchk/check.c

    ra0d22251 r65e8f25  
    239239  if ( !pattern_ok ) {
    240240    printk(
    241       "  Damaged pattern begins at 0x%08lx and is %zd bytes long\n",
     241      "  Damaged pattern begins at 0x%08lx and is %d bytes long\n",
    242242      (unsigned long) Stack_check_Get_pattern_area(stack),
    243243      PATTERN_SIZE_BYTES);
Note: See TracChangeset for help on using the changeset viewer.