mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-08-19 21:03:30 -07:00
parent
56c3983885
commit
70eed10a34
1 changed files with 1 additions and 1 deletions
|
@ -65,6 +65,6 @@ namespace BitTorrent::LT
|
|||
for (int i = 0; i < dataLength; ++i)
|
||||
tmp[i] = reverseByte(bitsData[i]);
|
||||
|
||||
return QBitArray::fromBits(tmp.data(), tmp.size());
|
||||
return QBitArray::fromBits(tmp.data(), bits.size());
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue