* grub-core/fs/ntfs.c (grub_ntfs_iterate_dir): Use grub_uint8_t for
mask rather than 64-bit type. Saves 20 bytes on compressed image.
This commit is contained in:
parent
63efa602ff
commit
d9ee2269c8
2 changed files with 10 additions and 2 deletions
|
@ -1,3 +1,10 @@
|
|||
2013-10-21 Vladimir Serbinenko <phcoder@gmail.com>
|
||||
|
||||
* grub-core/fs/ntfs.c (grub_ntfs_iterate_dir): Use grub_uint8_t for
|
||||
mask rather than 64-bit type.
|
||||
|
||||
Saves 20 bytes on compressed image.
|
||||
|
||||
2013-10-21 Vladimir Serbinenko <phcoder@gmail.com>
|
||||
|
||||
* grub-core/fs/ntfs.c (read_data): Move code for compressed data to ...
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue