* Start at root with setkey if key starts with / or \ (bug id 20761)

git-svn-id: trunk@26695 -
This commit is contained in:
michael 2014-02-06 21:08:27 +00:00
parent 30352c7f7b
commit 628689e3e3

View File

@ -163,6 +163,8 @@ begin
Result:=(Length(KeyPath)>0);
If Not Result then
Exit;
If (KeyPath[1] in ['/','\']) then
FCurrentElement:=Nil;
KeyPath:=NormalizeKey(KeyPath);
If (FCurrentElement<>nil) then
begin