* write correct type name in error message

This commit is contained in:
florian 2024-03-23 22:24:55 +01:00
parent 367beaaef4
commit b7322ae4c3

View File

@ -968,7 +968,7 @@ implementation
unit_found:=try_consume_unitsym_no_specialize(srsym,srsymtable,t,[],objname);
if srsym=nil then
begin
identifier_not_found(orgpattern);
identifier_not_found(objrealname);
srsym:=generrorsym;
end;
if unit_found then