aboutsummaryrefslogtreecommitdiffstats
path: root/lib-src
diff options
context:
space:
mode:
authorJan Djärv <[email protected]>2006-08-09 06:56:38 +0000
committerJan Djärv <[email protected]>2006-08-09 06:56:38 +0000
commitae587d1d0cc496d38a369db44dfa0d2d1598d1ae (patch)
tree7d05224a6982704e9f39162d2db884ec50d539e4 /lib-src
parentea90c5d3bdb03846cbe7845b65d5be1343eddbe3 (diff)
Fix previous change.
Diffstat (limited to 'lib-src')
-rw-r--r--lib-src/etags.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib-src/etags.c b/lib-src/etags.c
index b02268ac21..49a18be1df 100644
--- a/lib-src/etags.c
+++ b/lib-src/etags.c
@@ -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;