mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-11 18:49:14 +02:00
* Fix issue #40180
This commit is contained in:
parent
d5807e03b6
commit
08821f9422
@ -1555,6 +1555,7 @@ begin
|
||||
ResultName := CompName;
|
||||
Lock;
|
||||
try
|
||||
if ResultName<>'' then
|
||||
while Assigned(FindGlobalComponent(ResultName)) do
|
||||
begin
|
||||
Inc(i);
|
||||
|
Loading…
Reference in New Issue
Block a user