Merged revision(s) 51494 #fa04e5624c from trunk:

LazReport, fix list of functions provided by lrAddAddFunctionLibrary not being listed in function list if LazReport compiled with FPC r31941 #8568dbce1f or newer, patch from Aleksey Lagunov
........

git-svn-id: branches/fixes_1_6@51993 -
This commit is contained in:
maxim 2016-03-19 13:25:13 +00:00
parent 23ff3cc22b
commit 833292149f

View File

@ -12268,7 +12268,8 @@ var
end;
begin
if List.Find(funName, i) then
i:=List.IndexOf(funName);
if i>=0 then
AddDesc(List)
else
begin