mirror of https://github.com/adamdruppe/arsd.git
why was that ever there
This commit is contained in:
parent
dfdc6e7816
commit
0dacbf15b8
|
@ -8787,7 +8787,6 @@ version(TerminalDirectToEmulator) {
|
||||||
|
|
||||||
_dup2(_fileno(stdout), _fileno(stderr));
|
_dup2(_fileno(stdout), _fileno(stderr));
|
||||||
setvbuf(stderr, null, _IOLBF, 128); // if I don't unbuffer this it can really confuse things
|
setvbuf(stderr, null, _IOLBF, 128); // if I don't unbuffer this it can really confuse things
|
||||||
assert(0);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
WindowsRead(0, 0, this.overlapped);
|
WindowsRead(0, 0, this.overlapped);
|
||||||
|
|
Loading…
Reference in New Issue