From c86440962c695f8f2ac410ab3621be74bc132077 Mon Sep 17 00:00:00 2001 From: arpi Date: Sat, 25 Aug 2001 21:08:09 +0000 Subject: fixed initDebug(0 parameter git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1696 b3059339-0415-0410-9bf9-f77b7e298cf2 --- Gui/app.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gui/app.c b/Gui/app.c index 3c0e04f1bb..bb17578117 100644 --- a/Gui/app.c +++ b/Gui/app.c @@ -107,7 +107,7 @@ void appInit( int argc,char* argv[], char *envp[] ) if ( ( skinMPlayerDir=(char *)calloc( 1,strlen( appMPlayerDir ) + 5 ) ) != NULL ) { strcpy( skinMPlayerDir,appMPlayerDir ); strcat( skinMPlayerDir,"/Skin" ); } - initDebug(); + initDebug(NULL); cfgDefaults(); cfgRead(); -- cgit v1.2.3