mirror of
https://github.com/doublecmd/doublecmd.git
synced 2026-06-21 09:58:13 +00:00
FIX: Bug [0001183] 'Test Archive', don't show an error message
This commit is contained in:
parent
6243531aaa
commit
6f7865eb84
1 changed files with 4 additions and 1 deletions
|
|
@ -243,7 +243,7 @@ begin
|
|||
if OpenMode = PK_OM_EXTRACT then
|
||||
begin
|
||||
Start;
|
||||
Result:= Update;
|
||||
Update;
|
||||
end;
|
||||
FArchive.Free;
|
||||
Free;
|
||||
|
|
@ -536,7 +536,10 @@ begin
|
|||
ReturnValue:= E_SUCCESS;
|
||||
except
|
||||
on E: Exception do
|
||||
begin
|
||||
ReturnValue:= GetArchiveError(E);
|
||||
MessageBox(0, PAnsiChar(E.Message), nil, MB_OK or MB_ICONERROR);
|
||||
end;
|
||||
end;
|
||||
Terminate;
|
||||
FProgress.SetEvent;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue