mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-15 23:19:26 +02:00
* spaces inserted
git-svn-id: trunk@5074 -
This commit is contained in:
parent
35aa1e150e
commit
beb1c6b72d
@ -398,7 +398,7 @@ begin
|
||||
if peheader.pemagic<>$4550 then
|
||||
exit;
|
||||
{ read section info }
|
||||
for i:=1to peheader.NumberOfSections do
|
||||
for i:=1 to peheader.NumberOfSections do
|
||||
begin
|
||||
blockread(f,coffsec,sizeof(tcoffsechdr));
|
||||
if (coffsec.name[4]='b') and
|
||||
@ -516,7 +516,7 @@ begin
|
||||
if peheader.pemagic<>$4550 then
|
||||
exit;
|
||||
{ read section info }
|
||||
for i:=1to peheader.NumberOfSections do
|
||||
for i:=1 to peheader.NumberOfSections do
|
||||
begin
|
||||
blockread(f,coffsec,sizeof(tcoffsechdr));
|
||||
if (coffsec.name[4]='b') and
|
||||
|
Loading…
Reference in New Issue
Block a user