Browse Source

* compilation on targets without fpu fixed

git-svn-id: trunk@45638 -
florian 5 years ago
parent
commit
dbd14206c9
1 changed files with 1 additions and 1 deletions
  1. 1 1
      rtl/inc/text.inc

+ 1 - 1
rtl/inc/text.inc

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