From 119778324cb453ee1c0407365f86def43441463c Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Tue, 29 Sep 2009 03:22:51 +0000 Subject: [PATCH] =?UTF-8?q?2009-09-29=09Ralf=20Cors=C3=A9pius=20?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * libmisc/shell/hexdump-conv.c: Use %lc instead of %C. --- cpukit/ChangeLog | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/cpukit/ChangeLog b/cpukit/ChangeLog index 744a1ac73a..43f018fc3f 100644 --- a/cpukit/ChangeLog +++ b/cpukit/ChangeLog @@ -1,3 +1,7 @@ +2009-09-29 Ralf Corsépius + + * libmisc/shell/hexdump-conv.c: Use %lc instead of %C. + 2009-09-28 Joel Sherrill * rtems/src/regiondelete.c, rtems/src/regiongetfreeinfo.c,