2005-10-01 Marco Gerards <mgerards@xs4all.nl>

* fs/xfs.c (grub_xfs_iterate_dir): Add parentheses.
This commit is contained in:
marco_g 2005-10-01 20:41:53 +00:00
parent 59b8208ace
commit 047b67e0c5
2 changed files with 6 additions and 2 deletions

View File

@ -1,3 +1,7 @@
2005-10-01 Marco Gerards <mgerards@xs4all.nl>
* fs/xfs.c (grub_xfs_iterate_dir): Add parentheses.
2005-10-01 Marco Gerards <mgerards@xs4all.nl>
* configure.ac: Accept `x86_64' as host_cpu. In that case add

View File

@ -376,8 +376,8 @@ grub_xfs_iterate_dir (grub_fshelp_node_t dir,
de = ((struct grub_xfs_dir_entry *)
(((char *) de)+ sizeof (struct grub_xfs_dir_entry) + de->len
+ (smallino ? sizeof (grub_uint32_t)
: sizeof (grub_uint64_t))) - 1);
+ ((smallino ? sizeof (grub_uint32_t)
: sizeof (grub_uint64_t))) - 1));
}
break;
}