Browse Source

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

git-svn-id: trunk@43468 -
michael 5 years ago
parent
commit
b37ab4034a
1 changed files with 1 additions and 1 deletions
  1. 1 1
      packages/regexpr/src/regexpr.pas

+ 1 - 1
packages/regexpr/src/regexpr.pas

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