* grub-core/commands/macbless.c (grub_mac_bless_inode): Pass inode as u32

as both HFS and HFS+ have 32-bit inodes.
This commit is contained in:
Vladimir Serbinenko 2013-12-21 14:40:53 +01:00
parent 0d4aa91d0d
commit ab216512d7
3 changed files with 9 additions and 4 deletions

View file

@ -1,3 +1,8 @@
2013-12-21 Vladimir Serbinenko <phcoder@gmail.com>
* grub-core/commands/macbless.c (grub_mac_bless_inode): Pass inode as
u32 as both HFS and HFS+ have 32-bit inodes.
2013-12-21 Vladimir Serbinenko <phcoder@gmail.com>
* include/grub/misc.h (grub_strtol): Fix overflow.