diff options
Diffstat (limited to 'core/strings/reader.odin')
| -rw-r--r-- | core/strings/reader.odin | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/strings/reader.odin b/core/strings/reader.odin index bb49bf917..0d467f285 100644 --- a/core/strings/reader.odin +++ b/core/strings/reader.odin @@ -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 } |