فهرست منبع

Fix compilation on targets without floating point types

git-svn-id: branches/fixes_3_2@45866 -
pierre 5 سال پیش
والد
کامیت
ae1c9ac76e
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  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;