(play) [_WIN32]: Remove the argumennts for sysdef_stdin_init,

not needed..
This commit is contained in:
Ron Koenderink 2007-12-13 01:20:40 +00:00
parent f082ef9fa6
commit b0ba53dbd0

View 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);