mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-10-19 05:31:38 +02:00
* Applied and tested patch by August Klein for bug #19351
git-svn-id: trunk@17721 -
This commit is contained in:
parent
7c7811558a
commit
10124c6f1f
@ -294,7 +294,7 @@ begin
|
||||
begin
|
||||
for I := 0 to FPathCount-1 do
|
||||
FElement := DoFindNode(FPathStack[I], FDummy, Flags - [pfHasValue]);
|
||||
FPathDirty := False;
|
||||
if Assigned(FElement) then FPathDirty := False;
|
||||
end;
|
||||
Result := DoFindNode(APath, Ident, Flags);
|
||||
end;
|
||||
|
Loading…
Reference in New Issue
Block a user