]> www.infradead.org Git - mtd-utils.git/commit
mkfs.jffs2: fix casting of printf argument
authorAndy Shevchenko <ext-andriy.shevchenko@nokia.com>
Wed, 13 Apr 2011 13:20:25 +0000 (16:20 +0300)
committerArtem Bityutskiy <Artem.Bityutskiy@nokia.com>
Thu, 14 Apr 2011 12:28:44 +0000 (15:28 +0300)
commitf96aa3ccf0fbb0e659e475d9ce9536b913067657
tree10a359ee26f5867f6f5683774f72edcc577fbaca
parent3c18d07e5eda1f8dc0374d5abdc7c2297e6ba181
mkfs.jffs2: fix casting of printf argument

The compiler warns us about cast mismatch for %9lu specifier.  In original code
the argument has __off64_t type. Here is a simple type casting fix.

Signed-off-by: Andy Shevchenko <ext-andriy.shevchenko@nokia.com>
Signed-off-by: Artem Bityutskiy <Artem.Bityutskiy@nokia.com>
mkfs.jffs2.c