[Victoria Falls] Fix DirEntry member size

This commit is contained in:
Drew Galbraith 2023-07-31 23:42:42 -07:00
parent ef1b5ab9a4
commit 3dce058562
2 changed files with 4 additions and 4 deletions

View file

@ -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];