[vlc-commits] Remove unneeded code used when debugging.
Antoine Cellerier
git at videolan.org
Mon Feb 13 21:59:03 CET 2012
vlc | branch: master | Antoine Cellerier <dionoea at videolan.org> | Mon Feb 13 21:58:28 2012 +0100| [82f058bd85dfdccd5640b4f8fe30da78b9cf04a0] | committer: Antoine Cellerier
Remove unneeded code used when debugging.
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=82f058bd85dfdccd5640b4f8fe30da78b9cf04a0
---
modules/lua/libs/win.c | 1 -
1 files changed, 0 insertions(+), 1 deletions(-)
diff --git a/modules/lua/libs/win.c b/modules/lua/libs/win.c
index cc6f111..805f84f 100644
--- a/modules/lua/libs/win.c
+++ b/modules/lua/libs/win.c
@@ -116,7 +116,6 @@ static int vlclua_console_init( lua_State *L )
freopen( "CONOUT$", "w", stdout );
freopen( "CONOUT$", "w", stderr );
freopen( "CONIN$", "r", stdin );
- fflush(stdout);
return 0;
}
More information about the vlc-commits
mailing list