aboutsummaryrefslogtreecommitdiff
path: root/core/bytes/reader.odin
diff options
context:
space:
mode:
Diffstat (limited to 'core/bytes/reader.odin')
-rw-r--r--core/bytes/reader.odin2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/bytes/reader.odin b/core/bytes/reader.odin
index 2e1c5ed42..184f93835 100644
--- a/core/bytes/reader.odin
+++ b/core/bytes/reader.odin
@@ -160,6 +160,6 @@ _reader_proc :: proc(stream_data: rawptr, mode: io.Stream_Mode, p: []byte, offse
case .Query:
return io.query_utility({.Read, .Read_At, .Seek, .Size, .Query})
}
- return 0, .Empty
+ return 0, .Unsupported
}