Whamcloud - gitweb
tune2fs: Fix format string warnings
authorTheodore Ts'o <tytso@mit.edu>
Wed, 22 Apr 2009 19:13:37 +0000 (15:13 -0400)
committerTheodore Ts'o <tytso@mit.edu>
Wed, 22 Apr 2009 19:13:37 +0000 (15:13 -0400)
Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
misc/tune2fs.c

index b8fdd63..0af116c 100644 (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);
                }