[Top][All Lists]
[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: |
Tue, 08 Aug 2006 09:34:47 +0000 |
CVSROOT: /cvsroot/emacs
Module name: emacs
Changes by: Jan Djärv <jhd> 06/08/08 09:34:47
Index: etags.c
===================================================================
RCS file: /cvsroot/emacs/emacs/lib-src/etags.c,v
retrieving revision 3.56
retrieving revision 3.57
diff -u -b -r3.56 -r3.57
--- etags.c 8 Aug 2006 09:32:58 -0000 3.56
+++ etags.c 8 Aug 2006 09:34:47 -0000 3.57
@@ -6259,7 +6259,7 @@
int start, lno;
if (DEBUG) start = 0; /* shut up the compiler */
- if (sscanf (lbp->buffer, "#line %d \"%n", &lno, &start) == 1)
+ if (sscanf (lbp->buffer, "#line %d \"%n", &lno, &start) == 2)
{
char *endp = lbp->buffer + start;
- [Emacs-diffs] Changes to emacs/lib-src/etags.c,v, Jan Djärv, 2006/08/08
- [Emacs-diffs] Changes to emacs/lib-src/etags.c,v,
Jan Djärv <=
- [Emacs-diffs] Changes to emacs/lib-src/etags.c,v, Jan Djärv, 2006/08/09
- [Emacs-diffs] Changes to emacs/lib-src/etags.c,v, Jan Djärv, 2006/08/09
- [Emacs-diffs] Changes to emacs/lib-src/etags.c,v, Jan Djärv, 2006/08/09