mirror of
https://github.com/Xevion/easy7zip.git
synced 2025-12-12 01:09:56 -06:00
21.02
This commit is contained in:
@@ -682,7 +682,7 @@ HRESULT CDatabase::Open()
|
||||
RINOK(ReadStream_FALSE(InStream, byteBuf, readSize));
|
||||
NumCurUsedBytes += readSize;
|
||||
|
||||
const UInt32 *src = (const UInt32 *)(const Byte *)byteBuf;
|
||||
const UInt32 *src = (const UInt32 *)(const void *)(const Byte *)byteBuf;
|
||||
UInt32 *dest = Fat + i;
|
||||
if (numFreeClustersDefined)
|
||||
for (UInt32 j = 0; j < size; j++)
|
||||
|
||||
Reference in New Issue
Block a user