Fixed compilation after r43281

git-svn-id: trunk@43282 -
This commit is contained in:
marcus 2019-10-21 07:38:04 +00:00
parent d3c898a96b
commit e833876f05

View File

@ -256,7 +256,7 @@ unit iso7185;
begin
if c>=0.0 then
Round:=Trunc(c+0.5)
else R
else
Round:=Trunc(c-0.5);
end;
{$endif FPUNONE}