sockfilt.c: commit b44da5a82a follow-up

This commit is contained in:
Yang Tse 2012-12-26 19:30:22 +01:00
parent b44da5a82a
commit 77b5c0b2cf
1 changed files with 1 additions and 1 deletions

View File

@ -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;
}