Fixed typo. Not that we really care...
This commit is contained in:
parent
fa64d485bc
commit
d40c9f854d
|
@ -235,7 +235,7 @@ s48_accept(s48_value channel)
|
|||
* 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);
|
||||
|
||||
if (! s48_add_pending_fd(socket_fd, TRUE))
|
||||
|
|
Loading…
Reference in New Issue