From 8a2657cbf5fe005914cf58836d2599e65e6c3e34 Mon Sep 17 00:00:00 2001 From: Denys Vlasenko Date: Wed, 25 Jan 2017 03:07:39 +0100 Subject: hexdump/xxd: a bit more condensed formats Signed-off-by: Denys Vlasenko --- util-linux/hexdump_xxd.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'util-linux/hexdump_xxd.c') diff --git a/util-linux/hexdump_xxd.c b/util-linux/hexdump_xxd.c index 3a7e64b..813e7fe 100644 --- a/util-linux/hexdump_xxd.c +++ b/util-linux/hexdump_xxd.c @@ -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); -- cgit v1.1