mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-23 03:11:55 +02:00
Fixed compilation after r43281
git-svn-id: trunk@43282 -
This commit is contained in:
parent
d3c898a96b
commit
e833876f05
@ -256,7 +256,7 @@ unit iso7185;
|
|||||||
begin
|
begin
|
||||||
if c>=0.0 then
|
if c>=0.0 then
|
||||||
Round:=Trunc(c+0.5)
|
Round:=Trunc(c+0.5)
|
||||||
else R
|
else
|
||||||
Round:=Trunc(c-0.5);
|
Round:=Trunc(c-0.5);
|
||||||
end;
|
end;
|
||||||
{$endif FPUNONE}
|
{$endif FPUNONE}
|
||||||
|
Loading…
Reference in New Issue
Block a user