[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:
Benoît Minisini 2013-08-29 20:52:14 +00:00
parent aa99eaa6bf
commit e182fbd2db

View file

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