aboutsummaryrefslogtreecommitdiff
path: root/CPP/7zip/Archive/7z/7zDecode.cpp
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2023-07-07 01:00:32 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2023-07-07 01:00:32 +0000
commit062ac68fe9f201a5de25be2c114fc05bc2490974 (patch)
treeb88a9e0d5c3bc49bd819c28405ab677b26fb639e /CPP/7zip/Archive/7z/7zDecode.cpp
parent31ba0047839e40962d894c245c77a877e823e498 (diff)
parentd6152ba68f2d29c91efab3445c043c1dc0c1cb7a (diff)
downloadlzma-android14-mainline-cellbroadcast-release.tar.gz
Change-Id: If522506c76b201c4b6da7d826e080f16f9ab06a8
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 2705ecb..f61ad4a 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++)
{