* fs/xfs.c (grub_xfs_iterate_dir): Add parentheses.
+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
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;
}