Closed 123FLO321 closed 7 years ago
I don't understand your modification. Why would it fail if the last count is equal to the max count?
Could you give example or make a failing test?
-s 95 -c 5 -f any**thing Will cause an sequence overflow error. But it shouldn't since it fits.
So will -s 99 -c 1 -f any**thing
I don't understand your modification. Why would it fail if the last count is equal to the max count?
Could you give example or make a failing test?