* Merging revisions r43468 from trunk:

------------------------------------------------------------------------
    r43468 | michael | 2019-11-15 12:33:19 +0100 (Fri, 15 Nov 2019) | 1 line
    
    * Fix bug ID #36303, change russian comment with english
    ------------------------------------------------------------------------

git-svn-id: branches/fixes_3_2@43748 -
This commit is contained in:
michael 2019-12-23 13:42:33 +00:00
parent 385d0ab62f
commit dccde4e0df

View File

@ -3692,7 +3692,7 @@ procedure TRegExpr.SetInputString (const AInputString : RegExprString);
fInputStart := PChar (fInputString);
Len := length (fInputString);
fInputEnd := PRegExprChar (integer (fInputStart) + Len); ??
!! startp/endp все равно будет опасно использовать ?
!! startp/endp still dangerous to use ?
}
end; { of procedure TRegExpr.SetInputString
--------------------------------------------------------------}