mirror of
https://github.com/Xevion/easy7zip.git
synced 2025-12-08 06:06:59 -06:00
9.35
This commit is contained in:
committed by
Kornel Lesiński
parent
f08f4dcc3c
commit
0dc16c691d
@@ -195,6 +195,8 @@ STDMETHODIMP_(UInt64) CAgentFolder::GetItemSize(UInt32 index)
|
||||
const CProxyFolder &item = _proxyArchive->Folders[folder->Folders[realIndex]];
|
||||
if (!_flatMode)
|
||||
return item.Size;
|
||||
if (!item.IsLeaf)
|
||||
return 0;
|
||||
arcIndex = item.Index;
|
||||
}
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user