Changeset f798021 in rtems for cpukit/libmisc/shell/hexdump-conv.c
- Timestamp:
- Sep 29, 2009, 3:21:52 AM (11 years ago)
- Branches:
- 4.10, 4.11, 5, master
- Children:
- 11977832
- Parents:
- 708fe56
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
cpukit/libmisc/shell/hexdump-conv.c
r708fe56 rf798021 141 141 if (pad < 0) 142 142 pad = 0; 143 (void)printf("%*s% C", pad, "", wc);143 (void)printf("%*s%lc", pad, "", wc); 144 144 pr->mbleft = clen - 1; 145 145 }
Note: See TracChangeset
for help on using the changeset viewer.