--- Merging r31299 into '.':

U    rtl/objpas/classes/stringl.inc
--- Recording mergeinfo for merge of r31299 into '.':
 U   .

# revisions: 31299

git-svn-id: branches/fixes_3_0@33426 -
This commit is contained in:
marco 2016-04-05 19:55:21 +00:00
parent 4419866710
commit c301430a96

View File

@ -42,13 +42,13 @@ end;
{ //!! is used to mark unsupported things. }
Function QuoteString (Const S : String; Quote : String) : String;
Function QuoteString (Const S : String; Const Quote : String) : String;
Var
I,J : Integer;
begin
J:=0;
Result:=S;
for i:=1to length(s) do
for i:=1 to length(s) do
begin
inc(j);
if S[i]=Quote then