mirror of
https://github.com/leahneukirchen/mblaze
synced 2024-11-03 15:40:32 +00:00
msuck: off by one
This commit is contained in:
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…
Reference in New Issue
Block a user