fixed typo

This commit is contained in:
Arvid Norberg 2008-06-16 22:33:42 +00:00
parent 6c24bd0774
commit b55670aa14
1 changed files with 2 additions and 2 deletions

View File

@ -1353,8 +1353,8 @@ namespace aux {
{ {
torrent* t = *i; torrent* t = *i;
if (num_downloaders > 0 if (num_downloaders > 0
&& t->state() != queued_for_checking && t->state() != torrent_status::queued_for_checking
&& t->state() != checking_files) && t->state() != torrent_status::checking_files)
{ {
--num_downloaders; --num_downloaders;
--num_seeds; --num_seeds;