-1 теперь корректный to для SystemSlice
This commit is contained in:
parent
adf85f831c
commit
1313d75374
|
|
@ -10444,7 +10444,7 @@ begin
|
|||
raise new ArgumentException(GetTranslation(PARAMETER_FROM_OUT_OF_RANGE));
|
||||
|
||||
if (situation = 0) or (situation = 1) then
|
||||
if (&to < 0) or (&to > Len) then
|
||||
if (&to < -1) or (&to > Len) then
|
||||
raise new ArgumentException(GetTranslation(PARAMETER_TO_OUT_OF_RANGE));
|
||||
|
||||
if situation > 0 then
|
||||
|
|
|
|||
Loading…
Reference in a new issue