mirror of
https://github.com/odin-lang/Odin.git
synced 2026-02-12 06:18:39 +00:00
One more fix.
This commit is contained in:
@@ -5,7 +5,7 @@ import os "core:os/os2"
|
||||
import "core:strings"
|
||||
|
||||
stdio_writer :: proc() -> io.Writer {
|
||||
return os.stdout.stream
|
||||
return os.to_stream(os.stdout)
|
||||
}
|
||||
|
||||
strings_builder_writer :: proc(b: ^strings.Builder) -> io.Writer {
|
||||
|
||||
Reference in New Issue
Block a user