mirror of
https://github.com/Xevion/easy7zip.git
synced 2025-12-14 12:11:39 -06:00
9.38
This commit is contained in:
committed by
Kornel Lesiński
parent
7e021179cd
commit
0713a3ab80
@@ -3777,7 +3777,7 @@ HRESULT CInArchive::ReadEntries(const CBlockHeader &bh)
|
||||
|
||||
for (UInt32 j = i - 1; j >= kkk + 3; j--)
|
||||
{
|
||||
const Byte *pCmd = p - kCmdSize * (kkk - j);
|
||||
const Byte *pCmd = p + kCmdSize * (j - kkk);
|
||||
AddParam(GET_CMD_PARAM(pCmd, 0));
|
||||
}
|
||||
NewLine();
|
||||
|
||||
Reference in New Issue
Block a user