mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-06 22:18:15 +02:00
ide: find references: uses with ampersand
This commit is contained in:
parent
fb03756b41
commit
1024bbc9e4
@ -249,7 +249,7 @@ var
|
||||
// renaming a uses -> rename the unit
|
||||
// find unit
|
||||
Result:=false;
|
||||
aUnitName:=DeclTool.ExtractUsedUnitName(DeclNode,@InFilename);
|
||||
aUnitName:=RemoveAmpersands(DeclTool.ExtractUsedUnitName(DeclNode,@InFilename));
|
||||
if aUnitName='' then begin
|
||||
Err(20250206143851,'ExtractUsedUnitName failed');
|
||||
exit;
|
||||
|
Loading…
Reference in New Issue
Block a user