Some fixes

This commit is contained in:
Caleb J. Gardner
2026-01-17 05:30:19 -06:00
parent f3fb8a128f
commit 7aed59b5b1
9 changed files with 70 additions and 48 deletions
+1 -1
View File
@@ -4,7 +4,7 @@ pub const Dir = packed struct {
block_start: u32,
hard_links: u32,
size: u16,
block_offset: u32,
block_offset: u16,
parent_num: u32,
pub fn read(rdr: *Reader) !Dir {