* binary writer must take care of resource sections as well

git-svn-id: trunk@1200 -
This commit is contained in:
florian 2005-09-25 21:16:09 +00:00
parent b1568fed2a
commit 43cf42b3b6

View File

@ -360,8 +360,8 @@ implementation
'fpc'
);
begin
if use_smartlink_section and
(aname<>'') then
if (use_smartlink_section and
(aname<>'')) or (atype=sec_fpc) then
result:=secnames[atype]+'.'+aname
else
result:=secnames[atype];