Revert buffered in stream - it breaks inputs for some strange reason
This commit is contained in:
parent
847414d9ca
commit
66908bd1a9
@ -616,9 +616,7 @@ pub fn main() anyerror!void {
|
|||||||
}
|
}
|
||||||
|
|
||||||
// Init global vars
|
// Init global vars
|
||||||
var buffered_stdin = std.io.bufferedInStream(std.io.getStdIn().inStream());
|
const in_stream = std.io.getStdIn().inStream();
|
||||||
const in_stream = buffered_stdin.inStream();
|
|
||||||
|
|
||||||
stdout = std.io.bufferedOutStream(std.io.getStdOut().outStream());
|
stdout = std.io.bufferedOutStream(std.io.getStdOut().outStream());
|
||||||
|
|
||||||
// Read the configuration, if any.
|
// Read the configuration, if any.
|
||||||
|
Loading…
Reference in New Issue
Block a user