(play) [_WIN32]: Remove the argumennts for sysdef_stdin_init,
not needed..
This commit is contained in:
parent
f082ef9fa6
commit
b0ba53dbd0
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue