1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-24 07:20:37 +00:00

(win32_read_socket): Never block reading from input queue.

This commit is contained in:
Richard M. Stallman 1996-07-25 07:14:14 +00:00
parent 83f8659432
commit 06c2c73de9

View File

@ -524,7 +524,7 @@ win32_read_socket (int sd, struct input_event *bufp, int numchars,
for (;;)
{
nev = fill_queue (waitp != 0);
nev = fill_queue (0);
if (nev <= 0)
{
/* If nev == -1, there was some kind of error