2011-03-14 Chris Johns <chrisj@rtems.org>

PR 1763/shell
        * libmisc/shell/hexdump-conv.c: Remove debug hacks.
This commit is contained in:
Chris Johns
2011-03-14 05:13:14 +00:00
parent d991d2f194
commit f96d31c903
2 changed files with 5 additions and 2 deletions

View File

@@ -1,3 +1,8 @@
2011-03-14 Chris Johns <chrisj@rtems.org>
PR 1763/shell
* libmisc/shell/hexdump-conv.c: Remove debug hacks.
2011-03-14 Chris Johns <chrisj@rtems.org>
PR 1757/filesystem

View File

@@ -63,8 +63,6 @@ conv_c(rtems_shell_hexdump_globals* globals, PR *pr, u_char *p, size_t bufsize)
int converr, pad, width;
char peekbuf[MB_LEN_MAX];
printf("MB_LEN_MAX=%i\n", MB_LEN_MAX);
return;
if (pr->mbleft > 0) {
str = "**";
pr->mbleft--;