aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/w32inevt.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/w32inevt.c b/src/w32inevt.c
index 2549d1609dc..2a6553196c5 100644
--- a/src/w32inevt.c
+++ b/src/w32inevt.c
@@ -524,7 +524,7 @@ win32_read_socket (int sd, struct input_event *bufp, int numchars,
524 524
525 for (;;) 525 for (;;)
526 { 526 {
527 nev = fill_queue (waitp != 0); 527 nev = fill_queue (0);
528 if (nev <= 0) 528 if (nev <= 0)
529 { 529 {
530 /* If nev == -1, there was some kind of error 530 /* If nev == -1, there was some kind of error