[git commit] hexdump: fix error message
Denys Vlasenko
vda.linux at googlemail.com
Thu Jun 17 21:23:26 UTC 2021
commit: https://git.busybox.net/busybox/commit/?id=a0f8076d19d721996b95b64eba95adae011215af
branch: https://git.busybox.net/busybox/commit/?id=refs/heads/master
Signed-off-by: Denys Vlasenko <vda.linux at googlemail.com>
---
libbb/dump.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/libbb/dump.c b/libbb/dump.c
index fb7849e7d..e83633c1d 100644
--- a/libbb/dump.c
+++ b/libbb/dump.c
@@ -211,7 +211,7 @@ static NOINLINE void rewrite(priv_dumper_t *dumper, FS *fs)
pr->bcnt = fu->bcnt;
if (fu->bcnt == 0) {
if (!prec)
- bb_simple_error_msg_and_die("%%s needs precision or byte count");
+ bb_simple_error_msg_and_die("%s needs precision or byte count");
pr->bcnt = atoi(prec);
}
} else
More information about the busybox-cvs
mailing list