From bbb0461bf1d5c953c86f677e085598ab809ef8d4 Mon Sep 17 00:00:00 2001 From: Arvid Norberg Date: Thu, 14 Jul 2011 16:41:03 +0000 Subject: [PATCH] fix possible streaming issue when re-checking --- src/torrent.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/torrent.cpp b/src/torrent.cpp index acc3b7c26..425307cec 100644 --- a/src/torrent.cpp +++ b/src/torrent.cpp @@ -1779,7 +1779,7 @@ namespace libtorrent if (j.offset >= 0 && !m_picker->have_piece(j.offset)) we_have(j.offset); - remove_time_critical_piece(j.piece); + remove_time_critical_piece(j.offset); // we're not done checking yet // this handler will be called repeatedly until