Fix building when not using debug build

This commit is contained in:
Andrew Resch 2008-09-08 05:24:49 +00:00
parent c78de8f0aa
commit ee071dcece
1 changed files with 2 additions and 2 deletions

View File

@ -754,13 +754,13 @@ namespace libtorrent
m_progress = j.piece / float(torrent_file().num_pieces());
m_picker->check_invariant();
//m_picker->check_invariant();
TORRENT_ASSERT(m_picker);
if (j.offset >= 0 && !m_picker->have_piece(j.offset))
m_picker->we_have(j.offset);
m_picker->check_invariant();
//m_picker->check_invariant();
// we're not done checking yet
// this handler will be called repeatedly until