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:
alexs75
2017-12-11 07:15:46 +00:00
parent 5d8c0d9f2d
commit 4ebb9bc2ae

View File

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