Fix for sub_Slice when slice->start is <1
- Feb 12, 2016
-
-
William McLaren authored9839abaf
-
- Dec 10, 2015
-
-
William McLaren authored
If a slice has start<1, then it is valid to request an end that is >slice->end as long as it is <=slice->length, since sub_Slice args are relative to the original slice.
e01a5357
-