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
|
while Running do
|
||||||
sleep(1);
|
sleep(1);
|
||||||
finally
|
finally
|
||||||
result := true;
|
result := ExitStatus = 0;
|
||||||
Free;
|
Free;
|
||||||
end;
|
end;
|
||||||
{$ENDIF}
|
{$ENDIF}
|
||||||
|
|
Loading…
Reference in New Issue