From: ceriel Date: Tue, 16 Dec 1986 14:30:33 +0000 (+0000) Subject: bug fix in LLlex.c, "string_token" X-Git-Tag: release-5-5~5081 X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=33a89a868498347bb5f47e44d9aae4677de40f70;p=ack.git bug fix in LLlex.c, "string_token" --- diff --git a/lang/cem/cemcom/LLlex.c b/lang/cem/cemcom/LLlex.c index e8b245cce..309b21bb7 100644 --- a/lang/cem/cemcom/LLlex.c +++ b/lang/cem/cemcom/LLlex.c @@ -495,6 +495,7 @@ string_token(nm, stop_char, plen) LoadChar(ch); if (ch == '\n') { LineNumber++; + LoadChar(ch); continue; } ch = quoted(ch);