fixed num_queued counting

This commit is contained in:
Arvid Norberg 2009-11-28 22:47:45 +00:00
parent 39dae9e6dc
commit 0f351cfd62
1 changed files with 1 additions and 1 deletions

View File

@ -1442,7 +1442,7 @@ namespace aux {
++uncongested_torrents;
if (t.state() == torrent_status::checking_files) ++num_checking;
else if (t.state() == torrent_status::queued_for_checking) ++num_queued;
else if (t.state() == torrent_status::queued_for_checking && !t.is_paused()) ++num_queued;
if (t.is_auto_managed() && t.is_paused() && !t.has_error())
{