浏览代码

Try to fix rtl compilation error for some systems after last merge

git-svn-id: branches/fixes_3_2@45850 -
pierre 5 年之前
父节点
当前提交
a096c78e23
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      rtl/inc/text.inc

+ 1 - 1
rtl/inc/text.inc

@@ -2216,7 +2216,7 @@ var
   hs   : String;
   hs   : String;
   code : Longint;
   code : Longint;
 Begin
 Begin
-  l:=0;
+  i:=0;
   if not CheckRead(f) then
   if not CheckRead(f) then
     Exit;
     Exit;