2009-09-11 Colin Watson <cjwatson@ubuntu.com>
* include/grub/ntfs.h (struct grub_fshelp_node): Change `size' to grub_uint64_t. * fs/ntfs.c (init_file): Understand 64-bit sizes for non-resident files.
This commit is contained in:
parent
866953751f
commit
cda2a409b3
3 changed files with 9 additions and 2 deletions
|
@ -543,7 +543,7 @@ init_file (struct grub_ntfs_file *mft, grub_uint32_t mftno)
|
|||
if (!pa[8])
|
||||
mft->size = u32at (pa, 0x10);
|
||||
else
|
||||
mft->size = u32at (pa, 0x30);
|
||||
mft->size = u64at (pa, 0x30);
|
||||
|
||||
if ((mft->attr.flags & AF_ALST) == 0)
|
||||
mft->attr.attr_end = 0; /* Don't jump to attribute list */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue