From c574fc0f4bba94e693b0e22f730d355b75d4f4ce Mon Sep 17 00:00:00 2001 From: Igor Pavlov Date: Fri, 25 May 2007 00:00:00 +0000 Subject: 4.46 beta --- CPP/7zip/Archive/Zip/ZipAddCommon.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'CPP/7zip/Archive/Zip/ZipAddCommon.cpp') diff --git a/CPP/7zip/Archive/Zip/ZipAddCommon.cpp b/CPP/7zip/Archive/Zip/ZipAddCommon.cpp index 9d8737d8..0344f776 100755 --- a/CPP/7zip/Archive/Zip/ZipAddCommon.cpp +++ b/CPP/7zip/Archive/Zip/ZipAddCommon.cpp @@ -166,12 +166,14 @@ HRESULT CAddCommon::Compress( { NWindows::NCOM::CPropVariant properties[] = { + _options.Algo, _options.NumPasses, _options.NumFastBytes, _options.NumMatchFinderCycles }; PROPID propIDs[] = { + NCoderPropID::kAlgorithm, NCoderPropID::kNumPasses, NCoderPropID::kNumFastBytes, NCoderPropID::kMatchFinderCycles -- cgit v1.2.3