mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-14 13:39:24 +02:00
laz2xmlconfig: fixed crash
git-svn-id: trunk@47154 -
This commit is contained in:
parent
9058f5367b
commit
f54c36b0da
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user