[INTERPRETER]
* BUG: Continue on fixing "stop watching on end of file" algorithm... git-svn-id: svn://localhost/gambas/trunk@5818 867c0c6c-44f3-4631-809d-bfa615b0a4ec
This commit is contained in:
parent
aa99eaa6bf
commit
e182fbd2db
1 changed files with 1 additions and 1 deletions
|
@ -566,7 +566,7 @@ static void fill_buffer(STREAM *stream, char *addr)
|
|||
if (errno == EINTR)
|
||||
continue;
|
||||
|
||||
if (errno == 0)
|
||||
if (STREAM_eff_read == 0)
|
||||
stop_watching(stream, GB_WATCH_READ);
|
||||
|
||||
switch(errno)
|
||||
|
|
Loading…
Reference in a new issue