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
|
@ -133,7 +133,7 @@ struct grub_fshelp_node
|
|||
{
|
||||
struct grub_ntfs_data *data;
|
||||
char *buf;
|
||||
grub_uint32_t size;
|
||||
grub_uint64_t size;
|
||||
grub_uint32_t ino;
|
||||
int inode_read;
|
||||
struct grub_ntfs_attr attr;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue