summaryrefslogtreecommitdiff
path: root/ext4_utils/contents.c
diff options
context:
space:
mode:
Diffstat (limited to 'ext4_utils/contents.c')
-rw-r--r--ext4_utils/contents.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext4_utils/contents.c b/ext4_utils/contents.c
index 0ecdfd43..0f816b86 100644
--- a/ext4_utils/contents.c
+++ b/ext4_utils/contents.c
@@ -115,7 +115,7 @@ u32 make_directory(u32 dir_inode_num, u32 entries, struct dentry *dentries,
data = inode_allocate_data_extents(inode, len, len);
if (data == NULL) {
- error("failed to allocate %llu extents", len);
+ error("failed to allocate %u extents", len);
return EXT4_ALLOCATE_FAILED;
}