At this point, start will be >= 0, so checking if stop < 0 is redundant with checking if start > stop a few lines later.
7.6 KiB
7.6 KiB
At this point, start will be >= 0, so checking if stop < 0 is redundant with checking if start > stop a few lines later.