[vlc-commits] Remove debug fprintf

Antoine Cellerier git at videolan.org
Wed Feb 8 11:25:03 CET 2012


vlc | branch: master | Antoine Cellerier <dionoea at videolan.org> | Wed Feb  8 11:24:41 2012 +0100| [3a7f6051373e15fc876f6ccb0a827b6227be2d7a] | committer: Antoine Cellerier

Remove debug fprintf

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=3a7f6051373e15fc876f6ccb0a827b6227be2d7a
---

 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 295f956..cc6f111 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 );
-    fprintf(stdout, "Tadam!\n");
     fflush(stdout);
     return 0;
 }



More information about the vlc-commits mailing list