Fixed typo. Not that we really care...

This commit is contained in:
marting 2000-08-28 13:33:32 +00:00
parent fa64d485bc
commit d40c9f854d
1 changed files with 1 additions and 1 deletions

View File

@ -235,7 +235,7 @@ s48_accept(s48_value channel)
* and return #F to tell the Scheme procedure to wait. * and return #F to tell the Scheme procedure to wait.
*/ */
if ((errno != EWOULDBLOCK) && (errno != EINTR) && (errno == EAGAIN)) if ((errno != EWOULDBLOCK) && (errno != EINTR) && (errno != EAGAIN))
s48_raise_os_error(errno); s48_raise_os_error(errno);
if (! s48_add_pending_fd(socket_fd, TRUE)) if (! s48_add_pending_fd(socket_fd, TRUE))