sh: Remove a redundant STPUTC check.
This commit is contained in:
parent
3583401113
commit
530eefec62
@ -1671,7 +1671,7 @@ parsesub: {
|
|||||||
c = pgetc_linecont();
|
c = pgetc_linecont();
|
||||||
} while (is_digit(c));
|
} while (is_digit(c));
|
||||||
} else {
|
} else {
|
||||||
STPUTC(c, out);
|
USTPUTC(c, out);
|
||||||
c = pgetc_linecont();
|
c = pgetc_linecont();
|
||||||
}
|
}
|
||||||
} else if (is_special(c)) {
|
} else if (is_special(c)) {
|
||||||
|
Loading…
Reference in New Issue
Block a user