mirror of
https://git.deluge-torrent.org/deluge
synced 2025-08-28 05:35:34 +00:00
svn lb 1302
This commit is contained in:
parent
8ecf829d58
commit
b1320232cc
1 changed files with 1 additions and 0 deletions
|
@ -566,6 +566,7 @@ namespace libtorrent
|
|||
for (int k = 0; k < 8; ++k)
|
||||
v |= i->info[j*8+k].finished?(1 << k):0;
|
||||
bitmask.insert(bitmask.end(), v);
|
||||
assert(bits == 8 || j == num_bitmask_bytes - 1);
|
||||
}
|
||||
piece_struct["bitmask"] = bitmask;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue