tune2fs: Fix format string warnings

Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
bitmap-optimize
Theodore Ts'o 2009-04-22 15:13:37 -04:00
parent 6e6b71d697
commit 9266fc7a2f
1 changed files with 1 additions and 1 deletions

View File

@ -1543,7 +1543,7 @@ retry_open:
* file.
*/
if (new_inode_size == EXT2_INODE_SIZE(fs->super)) {
fprintf(stderr, _("The inode size is already %d\n"),
fprintf(stderr, _("The inode size is already %lu\n"),
new_inode_size);
exit(1);
}