From 7bdd673a72859a110243af46951619944d3b2e05 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kacper=20Michaj=C5=82ow?= Date: Sun, 19 Nov 2023 21:35:34 +0100 Subject: win32: don't touch buffering options --- osdep/terminal-win.c | 1 - 1 file changed, 1 deletion(-) 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 -- cgit v1.2.3