From f722d2951a38bb0618b1bdb41d7279124530265d Mon Sep 17 00:00:00 2001 From: Arvid Norberg Date: Sun, 24 Jul 2011 16:18:54 +0000 Subject: [PATCH] fix earlier time-critical-piece patch --- src/torrent.cpp | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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