* grub-core/fs/ntfs.c: Handle 48-bit MFT no.

This commit is contained in:
Vladimir 'phcoder' Serbinenko 2013-10-21 12:58:38 +02:00
parent 1437da5440
commit 979d9f521d
3 changed files with 14 additions and 14 deletions

View file

@ -143,7 +143,7 @@ struct grub_ntfs_file
grub_uint8_t *buf;
grub_uint64_t size;
grub_uint64_t mtime;
grub_uint32_t ino;
grub_uint64_t ino;
int inode_read;
struct grub_ntfs_attr attr;
};