mirror of
https://gitlab.com/freepascal.org/fpc/pas2js.git
synced 2025-04-07 13:27:50 +02:00
* Correctly initialize AddToChangeList to Nil
This commit is contained in:
parent
14e0b3dff7
commit
66ceb76a2c
@ -2797,6 +2797,7 @@ Var
|
||||
I : Integer;
|
||||
|
||||
begin
|
||||
Result:=Nil;
|
||||
if Not Assigned(FChangeList) then
|
||||
Exit;
|
||||
B:=GetBookmark;
|
||||
|
Loading…
Reference in New Issue
Block a user