Browse Source

Merged revisions 7356 via svnmerge from
http://svn.freepascal.org/svn/fpc/trunk

........
r7356 | yury | 2007-05-16 12:04:34 +0300 (‘а, 16 ¬ © 2007) | 1 line

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

git-svn-id: branches/fixes_2_2@7375 -

yury 18 years ago
parent
commit
c934d25a8d
1 changed files with 1 additions and 1 deletions
  1. 1 1
      compiler/ogbase.pas

+ 1 - 1
compiler/ogbase.pas

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