mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2024-12-21 08:09:35 +08:00
parent
56c3983885
commit
70eed10a34
@ -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…
Reference in New Issue
Block a user