]> git.eshelyaron.com Git - emacs.git/commitdiff
(win32_read_socket): Never block reading from input queue.
authorRichard M. Stallman <rms@gnu.org>
Thu, 25 Jul 1996 07:14:14 +0000 (07:14 +0000)
committerRichard M. Stallman <rms@gnu.org>
Thu, 25 Jul 1996 07:14:14 +0000 (07:14 +0000)
src/w32inevt.c

index 2549d1609dc790f98aa67469d71dac196b849b21..2a6553196c509527333b6e360c795946e7975a62 100644 (file)
@@ -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