From: ceriel Date: Tue, 21 Oct 1986 14:45:43 +0000 (+0000) Subject: minor fix to LLlex.c X-Git-Tag: release-5-5~5184 X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=f932863ee10b42e94f67670a919e4c2ed147bef6;p=ack.git minor fix to LLlex.c --- diff --git a/lang/m2/comp/LLlex.c b/lang/m2/comp/LLlex.c index 2f4887342..2884c0291 100644 --- a/lang/m2/comp/LLlex.c +++ b/lang/m2/comp/LLlex.c @@ -383,6 +383,7 @@ lexwarning("Character constant out of range"); } } + *np++ = '\0'; PushBack(ch); if (np >= &buf[NUMSIZE]) {