You've already forked lazarus-ccr
RxFPC:fix in rxstrutils.StrToStrings
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@6093 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
@ -1117,7 +1117,7 @@ begin
|
|||||||
begin
|
begin
|
||||||
if S[i] = Delims then
|
if S[i] = Delims then
|
||||||
begin
|
begin
|
||||||
if i>j+1 then
|
if i>j then
|
||||||
begin
|
begin
|
||||||
List.Add(Copy(S, j, i-j));
|
List.Add(Copy(S, j, i-j));
|
||||||
end;
|
end;
|
||||||
|
Reference in New Issue
Block a user