mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-12 12:46:11 +02:00
* fixed mantis #8887. (please merge to fixes).
git-svn-id: trunk@7356 -
This commit is contained in:
parent
ea92a0e1a7
commit
df36385c89
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user