[Mplayer-cvslog] CVS: main/Gui app.c,1.1,1.2
Arpi of Ize
arpi at mplayer.dev.hu
Sat Aug 25 23:08:11 CEST 2001
Update of /cvsroot/mplayer/main/Gui
In directory mplayer:/var/tmp.root/cvs-serv14898
Modified Files:
app.c
Log Message:
fixed initDebug(0 parameter
Index: app.c
===================================================================
RCS file: /cvsroot/mplayer/main/Gui/app.c,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- app.c 25 Aug 2001 21:04:26 -0000 1.1
+++ app.c 25 Aug 2001 21:08:09 -0000 1.2
@@ -107,7 +107,7 @@
if ( ( skinMPlayerDir=(char *)calloc( 1,strlen( appMPlayerDir ) + 5 ) ) != NULL )
{ strcpy( skinMPlayerDir,appMPlayerDir ); strcat( skinMPlayerDir,"/Skin" ); }
- initDebug();
+ initDebug(NULL);
cfgDefaults();
cfgRead();
More information about the MPlayer-cvslog
mailing list