mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-07 16:18:52 +00:00
Use fstat on os2.File directly
This commit is contained in:
@@ -151,6 +151,7 @@ _new_file :: proc(handle: uintptr, name: string) -> ^File {
|
||||
data = f,
|
||||
procedure = _file_stream_proc,
|
||||
}
|
||||
f.fstat = _fstat
|
||||
|
||||
return f
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user