changeset 1695:bdd63cf7f00f

fixed initDebug(0 parameter
author arpi
date Sat, 25 Aug 2001 21:08:09 +0000
parents 0def229bd8bc
children eca342b2a2f4
files Gui/app.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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();