Fix compilation on targets without floating point types

git-svn-id: branches/fixes_3_2@45866 -
This commit is contained in:
pierre 2020-07-28 09:28:59 +00:00
parent 8ff9f4f743
commit ae1c9ac76e

View File

@ -2139,7 +2139,7 @@ var
hs : string;
code : ValSInt;
begin
v:=0.0;
v:=0;
if not CheckRead(f) then
Exit;