mirror of
https://github.com/Xevion/easy7zip.git
synced 2025-12-06 17:15:00 -06:00
fix: SoleFolderIndex: continue fixing method decl/impl
This commit is contained in:
@@ -105,6 +105,7 @@ HRESULT CPanelCopyThread::ProcessVirt()
|
|||||||
result2 = archiveFolder->Extract(&Indices.Front(), Indices.Size(),
|
result2 = archiveFolder->Extract(&Indices.Front(), Indices.Size(),
|
||||||
BoolToInt(options->includeAltStreams),
|
BoolToInt(options->includeAltStreams),
|
||||||
BoolToInt(options->replaceAltStreamChars),
|
BoolToInt(options->replaceAltStreamChars),
|
||||||
|
-1LL,
|
||||||
pathMode, NExtract::NOverwriteMode::kAsk,
|
pathMode, NExtract::NOverwriteMode::kAsk,
|
||||||
options->folder, BoolToInt(true), extractCallback2);
|
options->folder, BoolToInt(true), extractCallback2);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user