changeset 72329:43638213c829

Fix previous change.
author Jan Djärv <jan.h.d@swipnet.se>
date Wed, 09 Aug 2006 06:56:38 +0000
parents bf72b454a40d
children 33b020cae519
files lib-src/etags.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lib-src/etags.c	Wed Aug 09 06:56:16 2006 +0000
+++ b/lib-src/etags.c	Wed Aug 09 06:56:38 2006 +0000
@@ -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;