From acd742622d1e0daf50ae815bec4ddb2143bafbf5 Mon Sep 17 00:00:00 2001 From: Igor Pavlov Date: Wed, 24 Oct 2007 00:00:00 +0000 Subject: 4.56 beta --- CPP/7zip/Archive/7z/7zExtract.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'CPP/7zip/Archive/7z/7zExtract.cpp') diff --git a/CPP/7zip/Archive/7z/7zExtract.cpp b/CPP/7zip/Archive/7z/7zExtract.cpp index 65f9c9eb..42977097 100755 --- a/CPP/7zip/Archive/7z/7zExtract.cpp +++ b/CPP/7zip/Archive/7z/7zExtract.cpp @@ -195,7 +195,7 @@ STDMETHODIMP CHandler::Extract(const UInt32* indices, UInt32 numItems, 0, #endif startIndex, - &efi.ExtractStatuses, extractCallback, testMode); + &efi.ExtractStatuses, extractCallback, testMode, _crcSize != 0); RINOK(result); -- cgit v1.2.3