mirror of
https://github.com/codex-storage/deluge.git
synced 2025-01-11 03:55:43 +00:00
2931 assert fix
This commit is contained in:
parent
c99736f207
commit
06231c1799
@ -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