sbin/mount_hammer: Fix upper limit of volume num
authorTomohiro Kusumi <kusumi.tomohiro@gmail.com>
Sun, 2 Aug 2015 05:32:15 +0000 (14:32 +0900)
committerTomohiro Kusumi <kusumi.tomohiro@gmail.com>
Sun, 2 Aug 2015 07:25:24 +0000 (16:25 +0900)
commit96c170df2bc8a81f46f726e2c432cb12020c8700
tree1c985e55268f2e52b9ef45f9f6656f3b32adb2b7
parent5c82892ac2f3f18ac27927308e61d30949d2bcbc
sbin/mount_hammer: Fix upper limit of volume num

(ac - 1) is for the command arg which is in blkdevs format.
info.nvolumes is the number of volumes after dissecting blkdevs format.
sbin/mount_hammer/mount_hammer.c