mirror of
https://github.com/glest/glest-source.git
synced 2025-08-20 07:01:21 +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)
|
if(poll)
|
||||||
{
|
{
|
||||||
struct timeval t = {250};
|
struct timeval t = {0};
|
||||||
return select(maxSockNr+1, &signaledSockets, NULL, NULL, &t);
|
return select(maxSockNr+1, &signaledSockets, NULL, NULL, &t);
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
|
Reference in New Issue
Block a user