Empty -> Unsupported

This commit is contained in:
gingerBill
2025-11-14 11:17:38 +00:00
parent 51536fecf4
commit e4fcebe4bf
17 changed files with 23 additions and 23 deletions

View File

@@ -390,7 +390,7 @@ to_stream :: proc(file: ^FILE) -> io.Stream {
}
case .Destroy:
return 0, .Empty
return 0, .Unsupported
case .Query:
return io.query_utility({ .Close, .Flush, .Read, .Read_At, .Write, .Write_At, .Seek, .Size, .Query })