]> git.pond.sub.org Git - empserver/commitdiff
(play) [_WIN32]: Remove the argumennts for sysdef_stdin_init,
authorRon Koenderink <rkoenderink@yahoo.ca>
Thu, 13 Dec 2007 01:20:40 +0000 (01:20 +0000)
committerRon Koenderink <rkoenderink@yahoo.ca>
Thu, 13 Dec 2007 01:20:40 +0000 (01:20 +0000)
not needed..

src/client/play.c

index 9435f5079ebf3da04b34f8af77d04aa55055b83d..22a1add8bd6a417ae39dc522d4ddf8193cbb5ade 100644 (file)
@@ -468,7 +468,7 @@ play(int sock)
     ring_init(&inbuf);
     eof_fd0 = send_eof = send_intr = 0;
     input_fd = 0;
-    sysdep_stdin_init(&eof_fd0, &inbuf);
+    sysdep_stdin_init();
 
     for (;;) {
        FD_ZERO(&rdfd);