# HG changeset patch # User arpi # Date 998773689 0 # Node ID bdd63cf7f00f5bb434b19eb07ce39bfe35a39cd5 # Parent 0def229bd8bcfddbe1a759fd737f381211533241 fixed initDebug(0 parameter diff -r 0def229bd8bc -r bdd63cf7f00f Gui/app.c --- a/Gui/app.c Sat Aug 25 21:05:23 2001 +0000 +++ b/Gui/app.c Sat Aug 25 21:08:09 2001 +0000 @@ -107,7 +107,7 @@ if ( ( skinMPlayerDir=(char *)calloc( 1,strlen( appMPlayerDir ) + 5 ) ) != NULL ) { strcpy( skinMPlayerDir,appMPlayerDir ); strcat( skinMPlayerDir,"/Skin" ); } - initDebug(); + initDebug(NULL); cfgDefaults(); cfgRead();