Переглянути джерело

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 роки тому
батько
коміт
c934d25a8d
1 змінених файлів з 1 додано та 1 видалено
  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