mirror of
https://github.com/eworm-de/routeros-scripts
synced 2024-05-14 08:04:19 +00:00
global-functions: $ParseJson: drop superfluous substraction
This commit is contained in:
parent
080b3cbf9d
commit
bb899b1fb0
1 changed files with 1 additions and 1 deletions
|
@ -703,7 +703,7 @@
|
|||
:local Return ({});
|
||||
:local Skip 0;
|
||||
|
||||
:for I from=0 to=([ :len $Input ] - 1) do={
|
||||
:for I from=0 to=[ :len $Input ] do={
|
||||
:if ($Skip > 0 || $Input->$I = "\n" || $Input->$I = "\r\n") do={
|
||||
:if ($Skip > 0) do={
|
||||
:set $Skip ($Skip - 1);
|
||||
|
|
Loading…
Reference in a new issue