aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorRichard M. Stallman1996-07-25 07:14:14 +0000
committerRichard M. Stallman1996-07-25 07:14:14 +0000
commit06c2c73de9c39fd779a291d68c5457218bd423c3 (patch)
tree72140632517b935bc51afb1551f8bef22133a8bc /src
parent83f86594323432ccf6cdcbe98e792d7461fbf337 (diff)
downloademacs-06c2c73de9c39fd779a291d68c5457218bd423c3.tar.gz
emacs-06c2c73de9c39fd779a291d68c5457218bd423c3.zip
(win32_read_socket): Never block reading from input queue.
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