LazReport: Fix compilation of ZeosDB

git-svn-id: trunk@65468 -
This commit is contained in:
jesus 2021-07-16 22:11:35 +00:00
parent 22c8c554b1
commit 23b667846d

View File

@ -134,7 +134,7 @@ begin
Result:=nil;
for i:=0 to Count - 1 do
begin
if CompareText(TQueryParam(Items[i]).ParamName), AParamName) = 0 then
if CompareText(TQueryParam(Items[i]).ParamName, AParamName) = 0 then
begin
Result:=TQueryParam(Items[i]);
exit;