hexdump/xxd: a bit more condensed formats

Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
This commit is contained in:
Denys Vlasenko
2017-01-25 03:07:39 +01:00
parent 0f4364775f
commit 8a2657cbf5
2 changed files with 3 additions and 3 deletions

View File

@@ -125,7 +125,7 @@ int xxd_main(int argc UNUSED_PARAM, char **argv)
free(bigbuf);
}
sprintf(buf, "\" \" %u/1 \"%%_p\" \"\n\"", cols); // " ASCII\n"
sprintf(buf, "\" \"%u/1 \"%%_p\"\"\n\"", cols); // " ASCII\n"
bb_dump_add(dumper, buf);
return bb_dump_dump(dumper, argv);