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
|
||||
if S[i] = Delims then
|
||||
begin
|
||||
if i>j+1 then
|
||||
if i>j then
|
||||
begin
|
||||
List.Add(Copy(S, j, i-j));
|
||||
end;
|
||||
|
Reference in New Issue
Block a user