laz2xmlconfig: fixed crash

git-svn-id: trunk@47154 -
This commit is contained in:
mattias 2014-12-09 14:18:38 +00:00
parent 9058f5367b
commit f54c36b0da

View File

@ -588,7 +588,7 @@ begin
exit(PrevChild);
PrevChild:=PrevChild.PreviousSibling;
end;
Start:=true;
Start:=false;
until (PrevChild=nil) and (NextChild=nil);
Result:=nil;
end else