*** empty log message ***

This commit is contained in:
Arvid Norberg 2005-07-04 16:33:54 +00:00
parent aa57fde0db
commit c42a8a50d3
1 changed files with 25 additions and 25 deletions

View File

@ -666,8 +666,10 @@ namespace libtorrent
// this call is only valid on torrents with metadata
if (!valid_metadata()) return;
try
{
// the bitmask need to have exactly one bit for every file
// in the torrent
assert(bitmask.size() == m_torrent_file.num_files());
entry::integer_type position = 0;
if (m_torrent_file.num_pieces())
@ -695,8 +697,6 @@ namespace libtorrent
filter_pieces(piece_filter);
}
}
catch (std::exception) {}
}
void torrent::replace_trackers(std::vector<announce_entry> const& urls)
{