The code didn't compile (must have been sleepy when committing). "return"
authorTor Lillqvist <tml@iki.fi>
Mon, 31 Jul 2000 15:11:02 +0000 (15:11 +0000)
committerTor Lillqvist <tml@src.gnome.org>
Mon, 31 Jul 2000 15:11:02 +0000 (15:11 +0000)
commitbeed3997ab5bbc37671f8cf4d0db5dbcb0866d16
tree096ac57ad4c63de12f238cec70dcd5036bed13ba
parent33efff673a3b00f5aa7c85bcb40d3e2c5eb33ea1
The code didn't compile (must have been sleepy when committing). "return"

2000-07-31  Tor Lillqvist  <tml@iki.fi>

* giowin32.c (buffer_read): The code didn't compile (must
have been sleepy when committing). "return" instead of "break"

(g_io_win32_fd_add_watch): Cannot check if the file descriptor is
readable by calling ReadFile to read zero bytes. ReadFile blocks
on NT even if trying to read nothing at all. So, don't check if
file descriptor is readable; assume this function isn't called
otherwise.
ChangeLog
ChangeLog.pre-2-0
ChangeLog.pre-2-10
ChangeLog.pre-2-12
ChangeLog.pre-2-2
ChangeLog.pre-2-4
ChangeLog.pre-2-6
ChangeLog.pre-2-8
giowin32.c
glib/giowin32.c