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:22:28 +0000

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

Index: etags.c
===================================================================
RCS file: /cvsroot/emacs/emacs/lib-src/etags.c,v
retrieving revision 3.57
retrieving revision 3.58
diff -u -b -r3.57 -r3.58
--- etags.c     8 Aug 2006 09:34:47 -0000       3.57
+++ etags.c     9 Aug 2006 06:22:27 -0000       3.58
@@ -6259,7 +6259,7 @@
          int start, lno;
 
          if (DEBUG) start = 0; /* shut up the compiler */
-         if (sscanf (lbp->buffer, "#line %d \"%n", &lno, &start) == 2)
+         if (sscanf (lbp->buffer, "#line %d \"%n", &lno, &start) >= 1)
            {
              char *endp = lbp->buffer + start;
 




reply via email to

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