Explorar o código

Fix compilation on targets without floating point types

git-svn-id: branches/fixes_3_2@45866 -
pierre %!s(int64=5) %!d(string=hai) anos
pai
achega
ae1c9ac76e
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      rtl/inc/text.inc

+ 1 - 1
rtl/inc/text.inc

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