forked from premiere/premiere-libtorrent
*** empty log message ***
This commit is contained in:
parent
2fabb2bf80
commit
4c2f32544c
|
@ -297,7 +297,9 @@ namespace libtorrent
|
|||
// update the piece_map
|
||||
piece_pos& p = m_piece_map[index];
|
||||
|
||||
assert(p.downloading != downloading || (int)p.peer_count != peer_count);
|
||||
assert(p.downloading != downloading
|
||||
|| p.filtered != filtered
|
||||
|| (int)p.peer_count != peer_count);
|
||||
|
||||
std::vector<std::vector<int> >& dst_vec(pick_piece_info_vector(p.downloading, p.filtered));
|
||||
|
||||
|
|
Loading…
Reference in New Issue