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:
parent
83f8659432
commit
06c2c73de9
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user