Sfoglia il codice sorgente

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

git-svn-id: trunk@7356 -
yury 18 anni fa
parent
commit
df36385c89
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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