fixed initDebug(0 parameter

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1696 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
arpi 2001-08-25 21:08:09 +00:00
parent 8d100d9fdc
commit c86440962c
1 changed files with 1 additions and 1 deletions

View File

@ -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();