ash: small cosmetic change
This commit is contained in:
parent
2659c63213
commit
29038c06d6
@ -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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user