laz2xmlconfig: fixed crash

git-svn-id: trunk@47153 -
This commit is contained in:
mattias 2014-12-09 14:18:02 +00:00
parent dce10244d5
commit 9058f5367b

View File

@ -572,7 +572,7 @@ begin
// -> search beginning at StartChild in both directions
if StartChild.NodeName=aName then
exit(StartChild);
Start:=false;
Start:=true;
repeat
if Start then
NextChild:=StartChild.NextSibling;