diff options
| author | gingerBill <gingerBill@users.noreply.github.com> | 2025-11-14 11:17:38 +0000 |
|---|---|---|
| committer | gingerBill <gingerBill@users.noreply.github.com> | 2025-11-14 11:17:38 +0000 |
| commit | e4fcebe4bf715cf60ccb74f2a03abca995ca608f (patch) | |
| tree | 84b90a922b4b89e00560631abffd56aacd075fb2 /core/strings/builder.odin | |
| parent | 51536fecf4859d61d2a0a786eb33ac4f2dc4fb73 (diff) | |
`Empty` -> `Unsupported`bill/io-error-changes
Diffstat (limited to 'core/strings/builder.odin')
| -rw-r--r-- | core/strings/builder.odin | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/strings/builder.odin b/core/strings/builder.odin index 285ced9ce..a6d0b24b3 100644 --- a/core/strings/builder.odin +++ b/core/strings/builder.odin @@ -182,7 +182,7 @@ _builder_stream_proc :: proc(stream_data: rawptr, mode: io.Stream_Mode, p: []byt case .Query: return io.query_utility({.Write, .Size, .Destroy, .Query}) } - return 0, .Empty + return 0, .Unsupported } /* |