ソースを参照

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

git-svn-id: trunk@7356 -
yury 18 年 前
コミット
df36385c89
1 ファイル変更1 行追加1 行削除
  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