mirror of
https://github.com/glest/glest-source.git
synced 2025-08-19 14:41:23 +02:00
- 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:
@@ -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
|
||||
|
Reference in New Issue
Block a user