fix peek
This commit is contained in:
parent
42091deffc
commit
ae65bb0265
@ -327,6 +327,7 @@ Int Yap_ReadlinePeekChar(int sno) {
|
||||
if (ch == '\0') {
|
||||
ch = '\n';
|
||||
}
|
||||
return ch;
|
||||
}
|
||||
if (getLine(sno, StdErrStream)) {
|
||||
CACHE_REGS
|
||||
|
Reference in New Issue
Block a user