2005-10-01 Marco Gerards <mgerards@xs4all.nl>
* fs/xfs.c (grub_xfs_iterate_dir): Add parentheses.
This commit is contained in:
parent
59b8208ace
commit
047b67e0c5
2 changed files with 6 additions and 2 deletions
|
@ -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>
|
2005-10-01 Marco Gerards <mgerards@xs4all.nl>
|
||||||
|
|
||||||
* configure.ac: Accept `x86_64' as host_cpu. In that case add
|
* configure.ac: Accept `x86_64' as host_cpu. In that case add
|
||||||
|
|
4
fs/xfs.c
4
fs/xfs.c
|
@ -376,8 +376,8 @@ grub_xfs_iterate_dir (grub_fshelp_node_t dir,
|
||||||
|
|
||||||
de = ((struct grub_xfs_dir_entry *)
|
de = ((struct grub_xfs_dir_entry *)
|
||||||
(((char *) de)+ sizeof (struct grub_xfs_dir_entry) + de->len
|
(((char *) de)+ sizeof (struct grub_xfs_dir_entry) + de->len
|
||||||
+ (smallino ? sizeof (grub_uint32_t)
|
+ ((smallino ? sizeof (grub_uint32_t)
|
||||||
: sizeof (grub_uint64_t))) - 1);
|
: sizeof (grub_uint64_t))) - 1));
|
||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue