mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-06 07:38:48 +00:00
Begin converting os.Errno to be a nil-able type as a transition period
This commit is contained in:
@@ -15,7 +15,7 @@ to_reader :: to_stream
|
||||
|
||||
|
||||
@(private)
|
||||
error_to_io_error :: proc(ferr: Error) -> io.Error {
|
||||
error_to_io_Platform_Error :: proc(ferr: Error) -> io.Error {
|
||||
if ferr == nil {
|
||||
return .None
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user