* Small logic improvement

This commit is contained in:
Michaël Van Canneyt 2022-04-18 13:59:00 +02:00
parent f2b8f9b9c8
commit 0c3f29e8fd

View File

@ -193,7 +193,7 @@ begin
aFile:=aProject.Files[I];
if aFile.IsPartOfProject
and (aFile.CustomData[PJSIsProjectHTMLFile]='1') then
Result:=aProject.Files[I].GetFullFilename;
Result:=aFile.GetFullFilename;
Dec(I);
end;
end;