mkfs_ext2: fix handling of -I argument
authorBernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Fri, 18 Jun 2010 09:47:45 +0000 (11:47 +0200)
committerBernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Fri, 18 Jun 2010 09:47:45 +0000 (11:47 +0200)
commitcd5aa5c5dac87a51331b03ee08582e18f489a328
tree1a738cd08c70ea8bedeff96e5289d7fbea54a0ab
parent9b814ca6335806a6eb47e22805620ec81d5d849d
mkfs_ext2: fix handling of -I argument

-I <unsigned int> but was treated as a character

Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
util-linux/mkfs_ext2.c