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:
authorIgor Pavlov <ipavlov@users.sourceforge.net>2019-03-04 04:27:14 +0300
committerKornel <kornel@geekhood.net>2019-03-04 04:27:14 +0300
commit4a960640a340a848a2d2c27f19b339c2c3d3f734 (patch)
treef09fc7b1b03e40c740f78258d72b480b92cd17ce /CPP/7zip/Archive/7z/7zDecode.cpp
parent5b2a99c548a6c9c90d4cc63cddca29af009c2479 (diff)
19.0019.00
Diffstat (limited to 'CPP/7zip/Archive/7z/7zDecode.cpp')
-rw-r--r--CPP/7zip/Archive/7z/7zDecode.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/CPP/7zip/Archive/7z/7zDecode.cpp b/CPP/7zip/Archive/7z/7zDecode.cpp
index fcaef8ca..9df531e0 100644
--- a/CPP/7zip/Archive/7z/7zDecode.cpp
+++ b/CPP/7zip/Archive/7z/7zDecode.cpp
@@ -355,7 +355,9 @@ HRESULT CDecoder::Decode(
unsigned i;
+ #if !defined(_7ZIP_ST)
bool mt_wasUsed = false;
+ #endif
for (i = 0; i < folderInfo.Coders.Size(); i++)
{