diff options
Diffstat (limited to 'core/bufio/writer.odin')
| -rw-r--r-- | core/bufio/writer.odin | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/bufio/writer.odin b/core/bufio/writer.odin index 9c73baf87..618264933 100644 --- a/core/bufio/writer.odin +++ b/core/bufio/writer.odin @@ -249,5 +249,5 @@ _writer_proc :: proc(stream_data: rawptr, mode: io.Stream_Mode, p: []byte, offse case .Query: return io.query_utility({.Flush, .Write, .Destroy, .Query}) } - return 0, .Empty + return 0, .Unsupported } |