fixed typo
This commit is contained in:
parent
49dfc4d63d
commit
e76de2edbc
|
@ -1763,7 +1763,6 @@ namespace libtorrent
|
||||||
|
|
||||||
assert(std::find_if(m_downloads.begin(), m_downloads.end()
|
assert(std::find_if(m_downloads.begin(), m_downloads.end()
|
||||||
, has_index(block.piece_index)) == m_downloads.end());
|
, has_index(block.piece_index)) == m_downloads.end());
|
||||||
check_invariant();
|
|
||||||
}
|
}
|
||||||
else if (i->requested == 0)
|
else if (i->requested == 0)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue