mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-31 11:40:33 +02:00
laz2xmlconfig: fixed crash
git-svn-id: trunk@47153 -
This commit is contained in:
parent
dce10244d5
commit
9058f5367b
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user