mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-07 18:47:52 +02:00
* forgotten commit
git-svn-id: trunk@6565 -
This commit is contained in:
parent
4ceadcbc6e
commit
c2db154121
@ -144,7 +144,7 @@ begin
|
||||
begin
|
||||
if target_info.res<>res_none then
|
||||
begin
|
||||
resourcefile:=TResourceFile(resinfos[target_info.res]^.resourcefileclass).create(current_module.ResourceFiles.getfirst);
|
||||
resourcefile:=TResourceFile(resinfos[target_info.res]^.resourcefileclass.create(current_module.ResourceFiles.getfirst));
|
||||
resourcefile.compile;
|
||||
resourcefile.free;
|
||||
end
|
||||
|
Loading…
Reference in New Issue
Block a user