* Correctly initialize AddToChangeList to Nil

This commit is contained in:
michael 2018-02-10 21:09:05 +00:00
parent 14e0b3dff7
commit 66ceb76a2c

View File

@ -2797,6 +2797,7 @@ Var
I : Integer;
begin
Result:=Nil;
if Not Assigned(FChangeList) then
Exit;
B:=GetBookmark;