mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-05 23:28:48 +00:00
os.Errno -> os.Error
This commit is contained in:
@@ -52,7 +52,7 @@ is_abs :: proc(path: string) -> bool {
|
||||
|
||||
|
||||
@(private)
|
||||
temp_full_path :: proc(name: string) -> (path: string, err: os.Errno) {
|
||||
temp_full_path :: proc(name: string) -> (path: string, err: os.Error) {
|
||||
ta := context.temp_allocator
|
||||
|
||||
name := name
|
||||
|
||||
Reference in New Issue
Block a user