From: eck Date: Thu, 6 Sep 1990 08:59:02 +0000 (+0000) Subject: stupid error fixed: tes shouldn't have worked X-Git-Tag: release-5-5~1561 X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=9915ed4bc2fa6bda04625d4204f58cc90960269e;p=ack.git stupid error fixed: tes shouldn't have worked --- 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; }