Fix #223 and use CCOMPLB in the 7zip.mak makefile

This commit is contained in:
Tino Reichardt
2021-10-04 17:42:34 +02:00
parent f5dc5b2bf6
commit a9e1808a17
3 changed files with 15 additions and 15 deletions

View File

@@ -2178,7 +2178,7 @@ UInt64 CCompressDialog::GetMemoryUsage_Dict_DecompMem(UInt64 dict64, UInt64 &dec
}
}
return (UInt64)(Int64)-1;
return 0;
}
UInt64 CCompressDialog::GetMemoryUsage_DecompMem(UInt64 &decompressMemory)