mirror of https://gitlab.com/basile.b/dexed.git
shellopen under linux always returned true
This commit is contained in:
parent
f17c1424d3
commit
87e1f554b5
|
@ -917,7 +917,7 @@ begin
|
|||
while Running do
|
||||
sleep(1);
|
||||
finally
|
||||
result := true;
|
||||
result := ExitStatus = 0;
|
||||
Free;
|
||||
end;
|
||||
{$ENDIF}
|
||||
|
|
Loading…
Reference in New Issue