mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-07 08:08:50 +00:00
Change to Permissions bit_set from relying on octal numbering for os2
This commit is contained in:
@@ -12,7 +12,7 @@ File_Info :: struct {
|
||||
|
||||
inode: u128, // might be zero if cannot be determined
|
||||
size: i64 `fmt:"M"`,
|
||||
mode: int `fmt:"o"`,
|
||||
mode: Permissions,
|
||||
type: File_Type,
|
||||
|
||||
creation_time: time.Time,
|
||||
|
||||
Reference in New Issue
Block a user