]> git.eshelyaron.com Git - emacs.git/commitdiff
Fix previous change.
authorJan Djärv <jan.h.d@swipnet.se>
Wed, 9 Aug 2006 06:56:38 +0000 (06:56 +0000)
committerJan Djärv <jan.h.d@swipnet.se>
Wed, 9 Aug 2006 06:56:38 +0000 (06:56 +0000)
lib-src/etags.c

index b02268ac2186e86bef66875c1a8cf3addbcdd639..49a18be1df55a09296dfca97c29b887caa1591d4 100644 (file)
@@ -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;