- forgot to apply a bugfix to feathery's win32 code, now more menu freeze for windows users who had FTP enabled

This commit is contained in:
Mark Vejvoda 2011-01-07 04:57:54 +00:00
parent a6cd69d9ed
commit 6b89e38512

View File

@ -413,7 +413,7 @@ int ftpSelect(int poll)
if(poll)
{
struct timeval t = {250};
struct timeval t = {0};
return select(maxSockNr+1, &signaledSockets, NULL, NULL, &t);
}
else