mirror of
https://github.com/doublecmd/doublecmd.git
synced 2026-06-21 09:58:13 +00:00
parent
113d6ef518
commit
7fb0454687
1 changed files with 1 additions and 1 deletions
|
|
@ -171,7 +171,7 @@ end;
|
|||
|
||||
procedure TExProcess.Stop;
|
||||
begin
|
||||
FStop:= FProcess.Terminate(-1);
|
||||
FStop:= (not FProcess.Running) or (FProcess.Terminate(-1));
|
||||
end;
|
||||
|
||||
procedure TExProcess.SetCmdLine(CommandLine: String);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue