emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lib-src/etags.c,v


From: Jan Djärv
Subject: [Emacs-diffs] Changes to emacs/lib-src/etags.c,v
Date: Wed, 09 Aug 2006 06:56:39 +0000

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Changes by:     Jan Djärv <jhd>        06/08/09 06:56:38

Index: etags.c
===================================================================
RCS file: /cvsroot/emacs/emacs/lib-src/etags.c,v
retrieving revision 3.59
retrieving revision 3.60
diff -u -b -r3.59 -r3.60
--- etags.c     9 Aug 2006 06:56:16 -0000       3.59
+++ etags.c     9 Aug 2006 06:56:38 -0000       3.60
@@ -6260,7 +6260,7 @@
 
          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;
 




reply via email to

[Prev in Thread] Current Thread [Next in Thread]