소스 검색

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;