mirror of
https://git.deluge-torrent.org/deluge
synced 2025-08-07 17:08:42 +00:00
lt lazy bitfield fix
This commit is contained in:
parent
48f6e5e1e9
commit
66e967608b
1 changed files with 1 additions and 1 deletions
|
@ -1184,7 +1184,7 @@ namespace libtorrent
|
||||||
for (int c = 0; c < num_pieces; ++c)
|
for (int c = 0; c < num_pieces; ++c)
|
||||||
{
|
{
|
||||||
if (lazy_piece < num_lazy_pieces
|
if (lazy_piece < num_lazy_pieces
|
||||||
&& lazy_pieces[lazy_piece])
|
&& lazy_pieces[lazy_piece] == c)
|
||||||
{
|
{
|
||||||
++lazy_piece;
|
++lazy_piece;
|
||||||
continue;
|
continue;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue