Whamcloud - gitweb
libext2fs: Fix format string type warnings in alloc_stats.c
authorTheodore Ts'o <tytso@mit.edu>
Wed, 22 Apr 2009 19:07:00 +0000 (15:07 -0400)
committerTheodore Ts'o <tytso@mit.edu>
Wed, 22 Apr 2009 19:07:00 +0000 (15:07 -0400)
commit46d6f84ebe3cfdd703f40a56f9904c04d10cc138
tree23991f437351ee248b6addd7636fd3099ed23646
parent935a123f3b9156e18d1397a05e5b5f1a5e021f22
libext2fs: Fix format string type warnings in alloc_stats.c

Fix gcc warnings caused by wrong types passed com_err() in
ext2fs_inode_alloc_stats2 and in ext2fs_block_alloc_stats().

Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
lib/ext2fs/alloc_stats.c