stupid error fixed: tes shouldn't have worked
This commit is contained in:
parent
4a4153bb8b
commit
9915ed4bc2
|
@ -96,6 +96,7 @@ line_p lnp;
|
||||||
while (*s != '\0') {
|
while (*s != '\0') {
|
||||||
if (*s++ == '-') { /* ignores asp -4 */
|
if (*s++ == '-') { /* ignores asp -4 */
|
||||||
stacktop = 0;
|
stacktop = 0;
|
||||||
|
s++;
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue