* Patch from Martin Schreiber

git-svn-id: trunk@10614 -
This commit is contained in:
michael 2008-04-08 14:24:58 +00:00
parent 44fe103c46
commit d699e37790

View File

@ -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;