mirror of
https://github.com/doublecmd/doublecmd.git
synced 2026-06-28 10:02:14 +00:00
FIX: Some fixes for CopyOut operation for WcxArchiveFileSource
This commit is contained in:
parent
94ab6f586c
commit
13ba412ba4
2 changed files with 3 additions and 2 deletions
|
|
@ -25,7 +25,8 @@ type
|
|||
fsoCalcChecksum,
|
||||
fsoCalcStatistics, // Should probably always be supported if fsoList is supported.
|
||||
fsoSetFileProperty,
|
||||
fsoExecute
|
||||
fsoExecute,
|
||||
fsoTestArchive
|
||||
);
|
||||
|
||||
TFileSourceOperationTypes = set of TFileSourceOperationType;
|
||||
|
|
|
|||
|
|
@ -303,7 +303,7 @@ begin
|
|||
end // Extract
|
||||
else // Skip
|
||||
begin
|
||||
iResult := WcxModule.ProcessFile(ArcHandle, PK_SKIP, nil, nil);
|
||||
iResult := WcxModule.WcxProcessFile(ArcHandle, PK_SKIP, EmptyStr, EmptyStr);
|
||||
|
||||
//Check for errors
|
||||
if iResult <> E_SUCCESS then
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue