Skip to content

Commit

Permalink
cmt
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexey-T committed Jun 5, 2020
1 parent 65879b1 commit eaa7b24
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions atsynedit/atsynedit_finder.pas
Original file line number Diff line number Diff line change
Expand Up @@ -285,8 +285,8 @@ function STestStringMatch(
const SFind, SLine: UnicodeString;
CharIndex: integer;
CaseSens: boolean): boolean;
//- if case-insensitive, StrFind must be already in uppercase
//- index check must be in caller
//- if CaseSens=False, SFind must be already in uppercase
//- CharIndex check must be in caller
//- function must return True for empty SFind (it's used in backward search for multi-line text)
var
pf, ps: PWideChar;
Expand Down

0 comments on commit eaa7b24

Please sign in to comment.