mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-07 08:58:23 +02:00
* Small logic improvement
This commit is contained in:
parent
f2b8f9b9c8
commit
0c3f29e8fd
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user