msuck: off by one

pull/10/head
Christian Neukirchen 8 years ago
parent cd255e0bc6
commit e531f43ad6

@ -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

Loading…
Cancel
Save