ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/public/ibx/trunk/fbintf/client/FBAttachment.pas
(Generate patch)

Comparing ibx/trunk/fbintf/client/FBAttachment.pas (file contents):
Revision 232 by tony, Wed Mar 14 12:48:51 2018 UTC vs.
Revision 233 by tony, Mon Apr 16 09:24:40 2018 UTC

# Line 757 | Line 757 | var i: integer;
757   begin
758    Result := false;
759    for i := Low(CharSetMap) to High(CharSetMap) do
760 <    if AnsiCompareStr(CharSetMap[i].CharSetName, CharSetName) = 0 then
760 >    if AnsiCompareText(CharSetMap[i].CharSetName, CharSetName) = 0 then
761      begin
762        CharSetID := CharSetMap[i].CharSetID;
763        Result := true;
# Line 765 | Line 765 | begin
765      end;
766  
767      for i := 0 to Length(FUserCharSetMap) - 1 do
768 <      if AnsiCompareStr(FUserCharSetMap[i].CharSetName, CharSetName) = 0 then
768 >      if AnsiCompareText(FUserCharSetMap[i].CharSetName, CharSetName) = 0 then
769        begin
770          CharSetID := FUserCharSetMap[i].CharSetID;
771          Result := true;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines