forked from premiere/premiere-libtorrent
fixed typo
This commit is contained in:
parent
6c24bd0774
commit
b55670aa14
|
@ -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;
|
||||||
|
|
Loading…
Reference in New Issue