changeset 15784:75547616a6fe

(win32_read_socket): Never block reading from input queue.
author Richard M. Stallman <rms@gnu.org>
date Thu, 25 Jul 1996 07:14:14 +0000
parents e0524a01fc91
children 9902d8a8a548
files src/w32inevt.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/w32inevt.c	Wed Jul 24 16:52:33 1996 +0000
+++ b/src/w32inevt.c	Thu Jul 25 07:14:14 1996 +0000
@@ -524,7 +524,7 @@
   
   for (;;)
     {
-      nev = fill_queue (waitp != 0);
+      nev = fill_queue (0);
       if (nev <= 0)
         {
 	  /* If nev == -1, there was some kind of error