mirror of
https://github.com/Xevion/easy7zip.git
synced 2025-12-18 02:11:50 -06:00
Merge 18.06 in Easy7Zip
This commit is contained in:
@@ -101,8 +101,10 @@ HRESULT CThreadExtracting::ProcessVirt()
|
||||
CDecompressStat Stat;
|
||||
|
||||
#ifndef _SFX
|
||||
/*
|
||||
if (HashBundle)
|
||||
HashBundle->Init();
|
||||
*/
|
||||
#endif
|
||||
|
||||
HRESULT res = Extract(codecs,
|
||||
@@ -121,7 +123,7 @@ HRESULT CThreadExtracting::ProcessVirt()
|
||||
{
|
||||
AddValuePair(Pairs, IDS_ARCHIVES_COLON, Stat.NumArchives);
|
||||
AddSizeValuePair(Pairs, IDS_PROP_PACKED_SIZE, Stat.PackSize);
|
||||
AddHashBundleRes(Pairs, *HashBundle, UString());
|
||||
AddHashBundleRes(Pairs, *HashBundle);
|
||||
}
|
||||
else if (Options->TestMode)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user