*** empty log message ***

This commit is contained in:
Arvid Norberg 2005-05-29 08:58:21 +00:00
parent 2fabb2bf80
commit 4c2f32544c
1 changed files with 3 additions and 1 deletions

View File

@ -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));