From f7980217901397f98b5acbd189327e131461dc5b Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Tue, 29 Sep 2009 03:21:52 +0000 Subject: Use %lc instead of %C. --- cpukit/libmisc/shell/hexdump-conv.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cpukit/libmisc/shell/hexdump-conv.c') diff --git a/cpukit/libmisc/shell/hexdump-conv.c b/cpukit/libmisc/shell/hexdump-conv.c index 89f240fc33..8a3830a6a9 100644 --- a/cpukit/libmisc/shell/hexdump-conv.c +++ b/cpukit/libmisc/shell/hexdump-conv.c @@ -140,7 +140,7 @@ retry: pad = 3 - width; if (pad < 0) pad = 0; - (void)printf("%*s%C", pad, "", wc); + (void)printf("%*s%lc", pad, "", wc); pr->mbleft = clen - 1; } } else { -- cgit v1.2.3