mirror of
https://github.com/mpv-player/mpv
synced 2025-01-20 21:07:29 +01:00
fixed initDebug(0 parameter
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1696 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
8d100d9fdc
commit
c86440962c
@ -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();
|
||||
|
Loading…
Reference in New Issue
Block a user