Fix previous change.
This commit is contained in:
parent
ea90c5d3bd
commit
ae587d1d0c
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue