From 8f975b13b197e1b7384bf572666d5825186293ac Mon Sep 17 00:00:00 2001 From: spyhole Date: Tue, 5 Jul 2005 01:54:57 +0000 Subject: [PATCH] *** empty log message *** --- src/torrent.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/torrent.cpp b/src/torrent.cpp index 669177a06..0a23b3d5e 100755 --- a/src/torrent.cpp +++ b/src/torrent.cpp @@ -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;