assert fix
This commit is contained in:
parent
0c1530a604
commit
4578f3426c
|
@ -3668,7 +3668,7 @@ namespace libtorrent
|
|||
}
|
||||
else
|
||||
{
|
||||
TORRENT_ASSERT(m_abort || m_picker->num_pieces() == 0);
|
||||
TORRENT_ASSERT(m_abort || !m_picker || m_picker->num_pieces() == 0);
|
||||
}
|
||||
|
||||
#ifdef TORRENT_EXPENSIVE_INVARIANT_CHECKS
|
||||
|
|
Loading…
Reference in New Issue