diff options
| -rw-r--r-- | UMain.pas | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -6403,7 +6403,7 @@ begin else AListView := RightListView; Engine.Path := ExtractFilePath(APath); // Extract the files - Result := ExtractFromArchive(APath, Engine, IncludeTrailingPathDelimiter(Engine.Path) + string(PDataItem(AListView.Selected.Data)^.FName), Res = mbNo); + Result := ExtractFromArchive(APath, Engine, APath, Res = mbNo); end; finally |
