mirror of
https://git.deluge-torrent.org/deluge
synced 2025-04-20 11:35:49 +00:00
2931 assert fix
This commit is contained in:
parent
810f332ae8
commit
257f3274d0
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue