* initialize the defid in trecorddef.create_global_internal as unique_id_str needs it

git-svn-id: trunk@43625 -
This commit is contained in:
svenbarth 2019-12-02 06:58:59 +00:00
parent 80a4a01f12
commit ea75253926

View File

@ -4801,6 +4801,7 @@ implementation
pname:=@n pname:=@n
else else
begin begin
init_defid;
name:='$InternalRec'+unique_id_str; name:='$InternalRec'+unique_id_str;
pname:=@name; pname:=@name;
end; end;