mirror of
https://github.com/glest/glest-source.git
synced 2025-02-24 19:52:25 +01: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:
parent
a6cd69d9ed
commit
6b89e38512
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user