瀏覽代碼

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

michael 5 年之前
父節點
當前提交
dccde4e0df
共有 1 個文件被更改,包括 1 次插入1 次删除
  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
 --------------------------------------------------------------}