mirror of
https://github.com/Xevion/easy7zip.git
synced 2025-12-12 20:11:34 -06:00
9.38
This commit is contained in:
committed by
Kornel Lesiński
parent
7e021179cd
commit
0713a3ab80
@@ -582,13 +582,13 @@ STDMETHODIMP CHandler::Extract(const UInt32 *indices, UInt32 numItems,
|
||||
|
||||
if (!dataError)
|
||||
{
|
||||
UInt32 unpackSize = 0;
|
||||
bool unpackSize_Defined = false;
|
||||
// UInt32 unpackSize = 0;
|
||||
// bool unpackSize_Defined = false;
|
||||
bool writeToTemp1 = writeToTemp;
|
||||
if (item.IsUninstaller)
|
||||
{
|
||||
unpackSize = item.PatchSize;
|
||||
unpackSize_Defined = true;
|
||||
// unpackSize = item.PatchSize;
|
||||
// unpackSize_Defined = true;
|
||||
if (!readFromTemp)
|
||||
writeToTemp = true;
|
||||
writeToTemp1 = writeToTemp;
|
||||
|
||||
Reference in New Issue
Block a user