forked from premiere/premiere-libtorrent
torrent fix
This commit is contained in:
parent
966800cd5b
commit
64057e3fb0
|
@ -690,7 +690,7 @@ namespace libtorrent
|
|||
{
|
||||
int corr = 0;
|
||||
int index = i->index;
|
||||
TORRENT_ASSERT(!m_have_pieces[index]);
|
||||
if (m_have_pieces[index]) continue;
|
||||
TORRENT_ASSERT(i->finished <= m_picker->blocks_in_piece(index));
|
||||
|
||||
#ifndef NDEBUG
|
||||
|
|
Loading…
Reference in New Issue