[Victoria Falls] Fix DirEntry member size
This commit is contained in:
parent
ef1b5ab9a4
commit
3dce058562
2 changed files with 4 additions and 4 deletions
|
|
@ -65,7 +65,7 @@ struct Inode {
|
|||
|
||||
struct DirEntry {
|
||||
uint32_t inode;
|
||||
uint32_t record_length;
|
||||
uint16_t record_length;
|
||||
uint8_t name_len;
|
||||
uint8_t file_type;
|
||||
char name[256];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue