* Fix bug ID #36303, change russian comment with english

git-svn-id: trunk@43468 -
This commit is contained in:
michael 2019-11-15 11:33:19 +00:00
parent 450b52686f
commit b37ab4034a

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
--------------------------------------------------------------}