Browse Source

* fix compilation for non 64 Bit targets

git-svn-id: trunk@45636 -
florian 5 years ago
parent
commit
20f6514d97
1 changed files with 1 additions and 1 deletions
  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;