- more ftp tileset bugfixes

This commit is contained in:
Mark Vejvoda
2011-01-01 03:12:28 +00:00
parent 7088f60425
commit 8eeb0b550c
6 changed files with 92 additions and 42 deletions

View File

@@ -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