2931 assert fix
This commit is contained in:
parent
810f332ae8
commit
257f3274d0
@ -3618,7 +3618,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…
x
Reference in New Issue
Block a user