Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/kornelski/7z.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'CPP/7zip/Bundles/SFXCon/Main.cpp')
-rwxr-xr-xCPP/7zip/Bundles/SFXCon/Main.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/CPP/7zip/Bundles/SFXCon/Main.cpp b/CPP/7zip/Bundles/SFXCon/Main.cpp
index 9084d9d7..79dabdec 100755
--- a/CPP/7zip/Bundles/SFXCon/Main.cpp
+++ b/CPP/7zip/Bundles/SFXCon/Main.cpp
@@ -389,11 +389,12 @@ int Main2(
eo.YesToAll = yesToAll;
UString errorMessage;
+ CDecompressStat stat;
HRESULT result = DecompressArchives(
codecs,
v1, v2,
wildcardCensorHead,
- eo, &openCallback, ecs, errorMessage);
+ eo, &openCallback, ecs, errorMessage, stat);
if (!errorMessage.IsEmpty())
{
(*g_StdStream) << endl << "Error: " << errorMessage;;