summaryrefslogtreecommitdiff
path: root/app-arch/p7zip/files/WimHandler.cpp.patch
blob: db7d73a2b9421d2ab963e52ab6d51446a1cdb6b8 (plain)
1
2
3
4
5
6
7
8
9
10
11
--- ./CPP/7zip/Archive/Wim/WimHandler.cpp	2016-06-11 11:08:06.000000000 +0300
+++ ./CPP/7zip/Archive/Wim/WimHandler.cpp.new	2020-01-22 09:36:59.671803569 +0300
@@ -298,7 +298,7 @@ STDMETHODIMP CHandler::GetArchivePropert
 
       AString res;
 
-      bool numMethods = 0;
+      int numMethods = 0;
       for (unsigned i = 0; i < ARRAY_SIZE(k_Methods); i++)
       {
         if (methodMask & ((UInt32)1 << i))