CE projects, force extension, -of can contain a symstring

This commit is contained in:
Basile Burg 2016-02-03 18:55:16 +01:00
parent b85f3f8f29
commit f234067fc3
1 changed files with 1 additions and 0 deletions

View File

@ -1401,6 +1401,7 @@ begin
end;
if fe and nme.isNotEmpty then
begin
nme := symbolExpander.get(nme);
ext := nme.extractFileExt;
nme := '-of' + nme;
i := aList.IndexOf(nme);