From: Denis Vlasenko Date: Sat, 14 Jun 2008 06:14:02 +0000 (-0000) Subject: ash: small cosmetic change X-Git-Tag: 1_11_0~71 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=29038c06d69bb3737d10156cec6b03626b1f7ab6;p=oweals%2Fbusybox.git ash: small cosmetic change --- diff --git a/shell/ash.c b/shell/ash.c index 0913a2f41..b490b69f1 100644 --- a/shell/ash.c +++ b/shell/ash.c @@ -5835,7 +5835,7 @@ parse_sub_pattern(char *arg, int inquotes) arg++; /* skip both \\, not just first one */ arg++; } - *idx++ = c; + *idx = c; /* NUL */ return repl; }