mirror of
https://github.com/curl/curl.git
synced 2026-07-16 13:07:16 +03:00
sockfilt.c: commit b44da5a82a follow-up
This commit is contained in:
parent
b44da5a82a
commit
77b5c0b2cf
1 changed files with 1 additions and 1 deletions
|
|
@ -432,7 +432,7 @@ static int select_ws(int nfds, fd_set *readfds, fd_set *writefds,
|
|||
}
|
||||
|
||||
if(!nfds) {
|
||||
Sleep(1000*tv->tv_sec + tv->tv_usec/1000);
|
||||
Sleep(1000*timeout->tv_sec + timeout->tv_usec/1000);
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue