]> git.ipfire.org Git - thirdparty/e2fsprogs.git/commitdiff
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 b8fdd632d325217b6d56ca397d38cb0b0e619b1e..0af116c5a654a796e95e2c31c2745cbafe6fe3d4 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);
                }