fix to special handling via peek
svn: r218
This commit is contained in:
parent
70c5613bfe
commit
d3a3a665eb
|
@ -2659,7 +2659,7 @@ Scheme_Object *scheme_get_special(Scheme_Object *port,
|
||||||
/* do location increment, since read didn't */
|
/* do location increment, since read didn't */
|
||||||
if (line > 0)
|
if (line > 0)
|
||||||
line++;
|
line++;
|
||||||
if (col > 0)
|
if (col >= 0)
|
||||||
col++;
|
col++;
|
||||||
if (pos > 0)
|
if (pos > 0)
|
||||||
pos++;
|
pos++;
|
||||||
|
|
Loading…
Reference in New Issue
Block a user