mirror of
https://github.com/doublecmd/doublecmd.git
synced 2026-06-21 09:58:13 +00:00
FIX: SplitString function result
This commit is contained in:
parent
e6ca48883d
commit
6ed040a808
1 changed files with 1 additions and 0 deletions
|
|
@ -1084,6 +1084,7 @@ var
|
|||
Len, Finish: Integer;
|
||||
begin
|
||||
Len:= Length(S);
|
||||
SetLength(Result, 0);
|
||||
for Finish:= 1 to Len - 1 do
|
||||
begin
|
||||
if S[Finish] = Delimiter then
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue