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