diff options
Diffstat (limited to 'libbb/dump.c')
-rw-r--r-- | libbb/dump.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libbb/dump.c b/libbb/dump.c index 5046b926b..f169da677 100644 --- a/libbb/dump.c +++ b/libbb/dump.c | |||
@@ -248,8 +248,8 @@ static void rewrite(FS * fs) | |||
248 | pr->cchar = pr->fmt + (p1 - fmtp); | 248 | pr->cchar = pr->fmt + (p1 - fmtp); |
249 | 249 | ||
250 | /* DBU:[dave@cray.com] w/o this, trailing fmt text, space is lost. | 250 | /* DBU:[dave@cray.com] w/o this, trailing fmt text, space is lost. |
251 | * Skip subsequent text and up to the next % sign and tack the | 251 | * Skip subsequent text and up to the next % sign and tack the |
252 | * additional text onto fmt: eg. if fmt is "%x is a HEX number", | 252 | * additional text onto fmt: eg. if fmt is "%x is a HEX number", |
253 | * we lose the " is a HEX number" part of fmt. | 253 | * we lose the " is a HEX number" part of fmt. |
254 | */ | 254 | */ |
255 | for (p3 = p2; *p3 && *p3 != '%'; p3++); | 255 | for (p3 = p2; *p3 && *p3 != '%'; p3++); |