* grub-core/fs/romfs.c (grub_romfs_iterate_dir): Properly align

name for checksum and fix allocation algorithm.
This commit is contained in:
Vladimir 'phcoder' Serbinenko 2011-12-13 01:57:07 +01:00
parent 1f313b942b
commit 20993fbb9f
2 changed files with 15 additions and 8 deletions

View file

@ -1,3 +1,8 @@
2011-12-13 Vladimir Serbinenko <phcoder@gmail.com>
* grub-core/fs/romfs.c (grub_romfs_iterate_dir): Properly align
name for checksum and fix allocation algorithm.
2011-12-13 Vladimir Serbinenko <phcoder@gmail.com>
* include/grub/types.h (grub_properly_aligned_t): New type.