piece picker fix
This commit is contained in:
parent
983b953f02
commit
5c90b99316
|
@ -662,6 +662,7 @@ namespace libtorrent
|
|||
}
|
||||
if (p.have()) return;
|
||||
p.set_have();
|
||||
if (priority == 0) return;
|
||||
assert(p.priority(m_sequenced_download_threshold) == 0);
|
||||
move(priority, info_index);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue