mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-12 11:06:19 +02:00
* Fix bug ID #36303, change russian comment with english
git-svn-id: trunk@43468 -
This commit is contained in:
parent
450b52686f
commit
b37ab4034a
@ -3692,7 +3692,7 @@ procedure TRegExpr.SetInputString (const AInputString : RegExprString);
|
|||||||
fInputStart := PChar (fInputString);
|
fInputStart := PChar (fInputString);
|
||||||
Len := length (fInputString);
|
Len := length (fInputString);
|
||||||
fInputEnd := PRegExprChar (integer (fInputStart) + Len); ??
|
fInputEnd := PRegExprChar (integer (fInputStart) + Len); ??
|
||||||
!! startp/endp все равно будет опасно использовать ?
|
!! startp/endp still dangerous to use ?
|
||||||
}
|
}
|
||||||
end; { of procedure TRegExpr.SetInputString
|
end; { of procedure TRegExpr.SetInputString
|
||||||
--------------------------------------------------------------}
|
--------------------------------------------------------------}
|
||||||
|
Loading…
Reference in New Issue
Block a user