Notice: We have migrated to GitLab launching 2024-05-01 see here: https://gitlab.rtems.org/

Ticket #1763: pr1763-hexdump-conf.diff

File pr1763-hexdump-conf.diff, 597 bytes (added by Chris Johns, on 03/14/11 at 04:11:04)

Remove debug hacks.

  • cpukit/libmisc/shell/hexdump-conv.c

    RCS file: /usr1/CVS/rtems/cpukit/libmisc/shell/hexdump-conv.c,v
    retrieving revision 1.4
    diff -p -u -u -r1.4 hexdump-conv.c
    conv_c(rtems_shell_hexdump_globals* glob 
    6363        int converr, pad, width;
    6464        char peekbuf[MB_LEN_MAX];
    6565
    66   printf("MB_LEN_MAX=%i\n", MB_LEN_MAX);
    67   return;
    6866        if (pr->mbleft > 0) {
    6967                str = "**";
    7068                pr->mbleft--;