mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-06 09:50:18 +02:00
* 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:
parent
385d0ab62f
commit
dccde4e0df
@ -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
|
||||
--------------------------------------------------------------}
|
||||
|
Loading…
Reference in New Issue
Block a user