diff --git a/util/opt/tes.c b/util/opt/tes.c index 7dfe41fb..5582a9df 100644 --- a/util/opt/tes.c +++ b/util/opt/tes.c @@ -96,6 +96,7 @@ line_p lnp; while (*s != '\0') { if (*s++ == '-') { /* ignores asp -4 */ stacktop = 0; + s++; continue; }