Procházet zdrojové kódy

Fix compilation on targets without floating point types

git-svn-id: branches/fixes_3_2@45866 -
pierre před 5 roky
rodič
revize
ae1c9ac76e
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  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;