mirror of
https://github.com/Xevion/easy7zip.git
synced 2025-12-15 02:11:43 -06:00
4.25 beta
This commit is contained in:
committed by
Kornel Lesiński
parent
47f4915611
commit
af1fe52701
@@ -84,7 +84,7 @@ public:
|
||||
|
||||
UInt32 GetUsedMemory()
|
||||
{
|
||||
UInt32 i, k, RetVal = SubAllocatorSize - (HiUnit - LoUnit) - (UnitsStart-pText);
|
||||
UInt32 i, k, RetVal = SubAllocatorSize - (UInt32)(HiUnit - LoUnit) - (UInt32)(UnitsStart - pText);
|
||||
for (k = i = 0; i < N_INDEXES; i++, k = 0)
|
||||
{
|
||||
for (NODE* pn = FreeList + i;(pn = pn->Next) != NULL; k++)
|
||||
|
||||
Reference in New Issue
Block a user