diff options
Diffstat (limited to 'ext2fs/ialloc.c')
-rw-r--r-- | ext2fs/ialloc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext2fs/ialloc.c b/ext2fs/ialloc.c index 30807f81..716a1f7d 100644 --- a/ext2fs/ialloc.c +++ b/ext2fs/ialloc.c @@ -291,7 +291,7 @@ diskfs_alloc_node (struct node *dir, mode_t mode, struct node **node) if (st->st_blocks) { if (sblock->s_creator_os == EXT2_OS_HURD) - ext2_warning ("Free inode %d had %d blocks", inum, st->st_blocks); + ext2_warning ("Free inode %d had %ld blocks", inum, st->st_blocks); st->st_blocks = 0; np->dn_set_ctime = 1; } |