mirror of
https://github.com/odin-lang/Odin.git
synced 2026-07-18 13:41:08 +00:00
Empty -> Unsupported
This commit is contained in:
@@ -310,5 +310,5 @@ _reader_proc :: proc(stream_data: rawptr, mode: io.Stream_Mode, p: []byte, offse
|
||||
case .Query:
|
||||
return io.query_utility({.Size, .Read, .Read_At, .Seek, .Query})
|
||||
}
|
||||
return 0, .Empty
|
||||
return 0, .Unsupported
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user