* Applied and tested patch by August Klein for bug #19351

git-svn-id: trunk@17721 -
This commit is contained in:
michael 2011-06-11 20:39:56 +00:00
parent 7c7811558a
commit 10124c6f1f

View File

@ -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;