mirror of
https://github.com/codex-storage/deluge.git
synced 2025-01-23 17:59:17 +00:00
lt sync 2440
This commit is contained in:
parent
888b57cd6f
commit
da1b4c68df
@ -1781,7 +1781,7 @@ namespace libtorrent
|
||||
if (m_piece_map[block.piece_index].downloading == 0)
|
||||
mark_as_downloading(block, peer, piece_picker::none);
|
||||
|
||||
TORRENT_ASSERT(m_piece_map[block.piece_index].downloaing);
|
||||
TORRENT_ASSERT(m_piece_map[block.piece_index].downloading);
|
||||
|
||||
std::vector<downloading_piece>::iterator i
|
||||
= std::find_if(m_downloads.begin(), m_downloads.end(), has_index(block.piece_index));
|
||||
|
Loading…
x
Reference in New Issue
Block a user