preparation du plan B
This commit is contained in:
@@ -34,7 +34,7 @@ if (idx==16) {
|
||||
fprintf(fp, "%02x ", buffer[foo]);
|
||||
if (7==foo) fprintf(fp, " ");
|
||||
}
|
||||
fprintf(fp, " - |");
|
||||
fprintf(fp, " |");
|
||||
for (foo=0; foo<16; foo++) {
|
||||
c = buffer[foo];
|
||||
fprintf(fp, "%c", isprint(c) ? c : ' ');
|
||||
|
||||
Reference in New Issue
Block a user