mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-12-04 04:37:19 +01:00
* Patch from Martin Schreiber
git-svn-id: trunk@10614 -
This commit is contained in:
parent
44fe103c46
commit
d699e37790
@ -392,7 +392,7 @@ begin
|
||||
// Collect all matches.
|
||||
While (R<>Nil) do
|
||||
begin
|
||||
If R.RootMatches(FRoot) and (FRef=UpperCase(R.FGLobal)) Then
|
||||
If R.RootMatches(FRoot) and ((FRef = '') or (FRef=UpperCase(R.FGLobal))) Then
|
||||
begin
|
||||
If Not Assigned(L) then
|
||||
L:=TFPList.Create;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user