Explorar el Código

* fixed mantis #8887. (please merge to fixes).

git-svn-id: trunk@7356 -
yury hace 18 años
padre
commit
df36385c89
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      compiler/ogbase.pas

+ 1 - 1
compiler/ogbase.pas

@@ -2317,7 +2317,7 @@ implementation
 
     procedure TExeOutput.RemoveEmptySections;
       var
-        i, j   : aint;
+        i, j   : longint;
         exesec : TExeSection;
         doremove : boolean;
       begin