mirror of
https://git.deluge-torrent.org/deluge
synced 2025-08-02 22:48:40 +00:00
2931 assert fix
This commit is contained in:
parent
c99736f207
commit
06231c1799
1 changed files with 1 additions and 1 deletions
|
@ -3618,7 +3618,7 @@ namespace libtorrent
|
||||||
}
|
}
|
||||||
else
|
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
|
#ifdef TORRENT_EXPENSIVE_INVARIANT_CHECKS
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue