aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--libbb/dump.c2
1 files changed, 1 insertions, 1 deletions
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)
211 pr->bcnt = fu->bcnt; 211 pr->bcnt = fu->bcnt;
212 if (fu->bcnt == 0) { 212 if (fu->bcnt == 0) {
213 if (!prec) 213 if (!prec)
214 bb_simple_error_msg_and_die("%%s needs precision or byte count"); 214 bb_simple_error_msg_and_die("%s needs precision or byte count");
215 pr->bcnt = atoi(prec); 215 pr->bcnt = atoi(prec);
216 } 216 }
217 } else 217 } else