mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-18 06:28:03 -06:00
@@ -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());
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user