forked from premiere/premiere-libtorrent
fixed typo in should_check_files()
This commit is contained in:
parent
43aeb2d710
commit
50c334660d
|
@ -5290,7 +5290,7 @@ namespace libtorrent
|
||||||
// #error should m_allow_peers really affect checking?
|
// #error should m_allow_peers really affect checking?
|
||||||
return (m_state == torrent_status::checking_files
|
return (m_state == torrent_status::checking_files
|
||||||
|| m_state == torrent_status::queued_for_checking)
|
|| m_state == torrent_status::queued_for_checking)
|
||||||
&& (!m_allow_peers || m_auto_managed)
|
&& (m_allow_peers || m_auto_managed)
|
||||||
&& !has_error()
|
&& !has_error()
|
||||||
&& !m_abort;
|
&& !m_abort;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue