From 9915ed4bc2fa6bda04625d4204f58cc90960269e Mon Sep 17 00:00:00 2001 From: eck Date: Thu, 6 Sep 1990 08:59:02 +0000 Subject: [PATCH] stupid error fixed: tes shouldn't have worked --- util/opt/tes.c | 1 + 1 file changed, 1 insertion(+) diff --git a/util/opt/tes.c b/util/opt/tes.c index 7dfe41fb0..5582a9df8 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; } -- 2.34.1