diff options
-rw-r--r-- | win32/select.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/win32/select.c b/win32/select.c index 416174b3e..a7e30182d 100644 --- a/win32/select.c +++ b/win32/select.c | |||
@@ -252,7 +252,7 @@ mingw_select (int nfds, fd_set *rfds, fd_set *wfds, fd_set *xfds, | |||
252 | DWORD ret, wait_timeout, nhandles, nsock, nbuffer; | 252 | DWORD ret, wait_timeout, nhandles, nsock, nbuffer; |
253 | MSG msg; | 253 | MSG msg; |
254 | int i, fd, rc; | 254 | int i, fd, rc; |
255 | clock_t tend; | 255 | clock_t tend = 0; |
256 | 256 | ||
257 | if (nfds > FD_SETSIZE) | 257 | if (nfds > FD_SETSIZE) |
258 | nfds = FD_SETSIZE; | 258 | nfds = FD_SETSIZE; |