msuck: off by one

This commit is contained in:
Christian Neukirchen 2016-09-25 21:55:32 +02:00
parent cd255e0bc6
commit e531f43ad6

View File

@ -86,7 +86,7 @@ ARGV.each { |group|
low = ourhigh + 1
end
next if low >= high
next if low > high
printf "%s %d-%d ", group, low, high