mirror of
https://github.com/glest/glest-source.git
synced 2025-08-16 05:13:59 +02:00
- more ftp tileset bugfixes
This commit is contained in:
@@ -408,7 +408,7 @@ int ftpSelect(int poll)
|
||||
|
||||
if(poll)
|
||||
{
|
||||
struct timeval t = {0};
|
||||
struct timeval t = {250};
|
||||
return select(maxSockNr+1, &signaledSockets, NULL, NULL, &t);
|
||||
}
|
||||
else
|
||||
|
Reference in New Issue
Block a user