*** empty log message ***

This commit is contained in:
Arvid Norberg
2004-03-03 13:47:12 +00:00
parent 02871e5977
commit 258d691dae
7 changed files with 78 additions and 332 deletions

View File

@@ -226,7 +226,7 @@ int main(int argc, char* argv[])
return 1;
}
// boost::filesystem::path::default_name_check(boost::filesystem::native);
boost::filesystem::path::default_name_check(boost::filesystem::native);
http_settings settings;
// settings.proxy_ip = "192.168.0.1";
@@ -340,6 +340,12 @@ int main(int argc, char* argv[])
i != handles.end();
++i)
{
if (!i->is_valid())
{
handles.erase(i);
--i;
continue;
}
torrent_status s = i->status();
switch(s.state)