From: Jan Djärv Date: Wed, 9 Aug 2006 06:56:38 +0000 (+0000) Subject: Fix previous change. X-Git-Tag: emacs-pretest-22.0.90~1060 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=ae587d1d0cc496d38a369db44dfa0d2d1598d1ae;p=emacs.git Fix previous change. --- 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;