diff --git a/src/torrent.cpp b/src/torrent.cpp index 40f76969c..5d7fa48e9 100644 --- a/src/torrent.cpp +++ b/src/torrent.cpp @@ -1777,9 +1777,10 @@ namespace libtorrent TORRENT_ASSERT(m_picker); if (j.offset >= 0 && !m_picker->have_piece(j.offset)) + { we_have(j.offset); - - remove_time_critical_piece(j.offset); + remove_time_critical_piece(j.offset); + } // we're not done checking yet // this handler will be called repeatedly until