From ae587d1d0cc496d38a369db44dfa0d2d1598d1ae Mon Sep 17 00:00:00 2001 From: =?utf8?q?Jan=20Dj=C3=A4rv?= Date: Wed, 9 Aug 2006 06:56:38 +0000 Subject: [PATCH] Fix previous change. --- lib-src/etags.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib-src/etags.c b/lib-src/etags.c index b02268ac218..49a18be1df5 100644 --- a/lib-src/etags.c +++ b/lib-src/etags.c @@ -6260,7 +6260,7 @@ readline (lbp, stream) if (DEBUG) start = 0; /* shut up the compiler */ if (sscanf (lbp->buffer, "#line %d %n\"", &lno, &start) >= 1 - && inp[start] == '"') + && lbp->buffer[start] == '"') { char *endp = lbp->buffer + ++start; -- 2.39.2