mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-06 11:50:51 -08:00
(win32_read_socket): Never block reading from input queue.
This commit is contained in:
parent
83f8659432
commit
06c2c73de9
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue