[vlc-devel] commit: config: 0-> NULL (Derk-Jan Hartman )

git version control git at videolan.org
Mon Aug 25 16:32:52 CEST 2008


vlc | branch: master | Derk-Jan Hartman <hartman at videolan.org> | Mon Aug 25 15:45:37 2008 +0200| [23209051186a2db5779d1560ada6bf559a68f888] | committer: Derk-Jan Hartman 

config: 0-> NULL

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=23209051186a2db5779d1560ada6bf559a68f888
---

 src/config/file.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/config/file.c b/src/config/file.c
index 894ebbb..4952fcb 100644
--- a/src/config/file.c
+++ b/src/config/file.c
@@ -694,7 +694,7 @@ int config_AutoSaveConfigFile( vlc_object_t *p_this )
     vlc_mutex_unlock( &priv->config_lock );
 
     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 )




More information about the vlc-devel mailing list