mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-04 22:58:46 +00:00
Improve os2.read_directory
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user