piece picker fix and bandwidth_limiter typo fix
This commit is contained in:
@@ -645,6 +645,7 @@ namespace libtorrent
|
||||
if (j->finished + j->writing >= complete) return;
|
||||
using std::swap;
|
||||
swap(*j, *i);
|
||||
if (j == m_downloads.begin()) break;
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user