mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-07 02:02:19 +02:00
LazReport: Fix compilation of ZeosDB
git-svn-id: trunk@65468 -
This commit is contained in:
parent
22c8c554b1
commit
23b667846d
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user