forked from premiere/premiere-libtorrent
*** empty log message ***
This commit is contained in:
parent
6b356eed3d
commit
1a7e8525e4
|
@ -943,7 +943,7 @@ namespace libtorrent
|
|||
for (int k = 0; k < 8; ++k)
|
||||
{
|
||||
const int bit = j * 8 + k;
|
||||
if (bits & (1 << bit))
|
||||
if (bits & (1 << k))
|
||||
p.finished_blocks[bit] = true;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue