diff options
Diffstat (limited to 'include/fstree.h')
-rw-r--r-- | include/fstree.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/fstree.h b/include/fstree.h index e8324a9..4986ec2 100644 --- a/include/fstree.h +++ b/include/fstree.h @@ -28,7 +28,7 @@ struct tree_xattr_t { size_t num_attr; size_t max_attr; - uint32_t block; + uint64_t block; uint32_t offset; uint32_t size; |