mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-07 17:47:56 +02:00
* the unit name has already been uppercased for the search, so no need to uppercase it again for the message output
This commit is contained in:
parent
287ef8e79a
commit
879f48d215
@ -2370,7 +2370,7 @@ var
|
||||
we create an entry and register the unit }
|
||||
if not assigned(hp) then
|
||||
begin
|
||||
Message1(unit_u_registering_new_unit,Upper(s));
|
||||
Message1(unit_u_registering_new_unit,ups);
|
||||
hp:=tppumodule.create(callermodule,s,fn,true);
|
||||
hp.loaded_from:=callermodule;
|
||||
addloadedunit(hp);
|
||||
|
Loading…
Reference in New Issue
Block a user