mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-16 08:00:52 +02:00
* write correct type name in error message
This commit is contained in:
parent
367beaaef4
commit
b7322ae4c3
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user