From fe33937a9c322f331d3ace302ef5b1ed8d19d944 Mon Sep 17 00:00:00 2001 From: Miles Bader Date: Sat, 24 Jun 1995 23:28:28 +0000 Subject: (diskfs_free_node): Fix print-format types. --- ext2fs/ialloc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ext2fs') diff --git a/ext2fs/ialloc.c b/ext2fs/ialloc.c index 2af27c6b..71a1180e 100644 --- a/ext2fs/ialloc.c +++ b/ext2fs/ialloc.c @@ -65,7 +65,7 @@ diskfs_free_node (struct node *np, mode_t old_mode) if (inum < EXT2_FIRST_INO || inum > sblock->s_inodes_count) { - ext2_error ("reserved inode or nonexistent inode: %lu", inum); + ext2_error ("reserved inode or nonexistent inode: %u", inum); spin_unlock (&global_lock); return; } -- cgit v1.2.3