Commit 23209051 authored by Derk-Jan Hartman's avatar Derk-Jan Hartman

config: 0-> NULL

parent 9b9bb6b7
...@@ -694,7 +694,7 @@ int config_AutoSaveConfigFile( vlc_object_t *p_this ) ...@@ -694,7 +694,7 @@ int config_AutoSaveConfigFile( vlc_object_t *p_this )
vlc_mutex_unlock( &priv->config_lock ); vlc_mutex_unlock( &priv->config_lock );
if( i_index == i_count ) return VLC_SUCCESS; if( i_index == i_count ) return VLC_SUCCESS;
return SaveConfigFile( p_this, 0, true ); return SaveConfigFile( p_this, NULL, true );
} }
int __config_SaveConfigFile( vlc_object_t *p_this, const char *psz_module_name ) int __config_SaveConfigFile( vlc_object_t *p_this, const char *psz_module_name )
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment