mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-17 14:49:16 +02:00
Fix range check
This commit is contained in:
parent
c06bf85045
commit
89fb28262d
@ -391,7 +391,7 @@ Function TProcess.GetExitStatus : Integer;
|
|||||||
|
|
||||||
begin
|
begin
|
||||||
GetRunning;
|
GetRunning;
|
||||||
Result:=FExitCode;
|
Result:=Integer(FExitCode);
|
||||||
end;
|
end;
|
||||||
|
|
||||||
{$IFNDEF OS_HASEXITCODE}
|
{$IFNDEF OS_HASEXITCODE}
|
||||||
|
Loading…
Reference in New Issue
Block a user