*** empty log message ***

This commit is contained in:
spyhole 2005-07-05 01:54:57 +00:00
parent 3fdf9b378f
commit 8f975b13b1
1 changed files with 1 additions and 1 deletions

View File

@ -640,8 +640,8 @@ namespace libtorrent
// this call is only valid on torrents with metadata
if (!valid_metadata()) return;
assert(index < m_torrent_file.num_files());
assert(index >= 0);
assert(index < m_torrent_file.num_files());
entry::integer_type position = 0;