summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--osdep/terminal-win.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/osdep/terminal-win.c b/osdep/terminal-win.c
index 8f3410c31f..5ff70cbf3c 100644
--- a/osdep/terminal-win.c
+++ b/osdep/terminal-win.c
@@ -369,7 +369,6 @@ static void reopen_console_handle(DWORD std, int fd, FILE *stream)
} else {
freopen("CONOUT$", "wt", stream);
}
- setvbuf(stream, NULL, _IONBF, 0);
// Set the low-level FD to the new handle value, since mp_subprocess2
// callers might rely on low-level FDs being set. Note, with this