Browse Source

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

git-svn-id: trunk@7356 -
yury 18 years ago
parent
commit
df36385c89
1 changed files with 1 additions and 1 deletions
  1. 1 1
      compiler/ogbase.pas

+ 1 - 1
compiler/ogbase.pas

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