Improve os2.read_directory

This commit is contained in:
gingerBill
2024-07-24 14:53:33 +01:00
parent 9d8953538b
commit 07b1819dc8
4 changed files with 30 additions and 42 deletions
+1 -1
View File
@@ -33,7 +33,7 @@ _fstat_internal :: proc(fd: linux.Fd, allocator: runtime.Allocator) -> (fi: File
fi = File_Info {
fullpath = _get_full_path(fd, allocator) or_return,
name = "",
inode = u64(s.ino),
inode = u128(u64(s.ino)),
size = i64(s.size),
mode = mode,
type = type,