Fix previous change.

This commit is contained in:
Jan Djärv 2006-08-09 06:56:38 +00:00
parent ea90c5d3bd
commit ae587d1d0c

View file

@ -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;