mirror of
https://github.com/glest/glest-source.git
synced 2025-08-11 10:54:01 +02:00
- more bugfixes for ftp painting
This commit is contained in:
@@ -454,7 +454,7 @@ int ftpSelect(int poll)
|
||||
if(poll)
|
||||
{
|
||||
struct timeval t = {0};
|
||||
t.tv_usec = 10000;
|
||||
t.tv_usec = 100;
|
||||
return select(maxSockNr+1, &signaledSockets, NULL, NULL, &t);
|
||||
}
|
||||
else
|
||||
|
Reference in New Issue
Block a user