mirror of https://gitlab.com/basile.b/dexed.git
fix bad copy & paste
This commit is contained in:
parent
7a04995921
commit
3dc167d4cd
|
@ -1074,7 +1074,7 @@ begin
|
|||
break;
|
||||
end;
|
||||
end;
|
||||
if (li <> -1) and (li <> -1) then
|
||||
if (li <> -1) and (ri > li) then
|
||||
begin
|
||||
for i := li to ri do
|
||||
result += tokens[i]^.Data;
|
||||
|
|
Loading…
Reference in New Issue