diff options
Diffstat (limited to 'lib-src')
| -rw-r--r-- | lib-src/etags.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib-src/etags.c b/lib-src/etags.c index b02268ac218..49a18be1df5 100644 --- a/lib-src/etags.c +++ b/lib-src/etags.c | |||
| @@ -6260,7 +6260,7 @@ readline (lbp, stream) | |||
| 6260 | 6260 | ||
| 6261 | if (DEBUG) start = 0; /* shut up the compiler */ | 6261 | if (DEBUG) start = 0; /* shut up the compiler */ |
| 6262 | if (sscanf (lbp->buffer, "#line %d %n\"", &lno, &start) >= 1 | 6262 | if (sscanf (lbp->buffer, "#line %d %n\"", &lno, &start) >= 1 |
| 6263 | && inp[start] == '"') | 6263 | && lbp->buffer[start] == '"') |
| 6264 | { | 6264 | { |
| 6265 | char *endp = lbp->buffer + ++start; | 6265 | char *endp = lbp->buffer + ++start; |
| 6266 | 6266 | ||