git.videolan.org
/
vlc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9b9bb6b
)
config: 0-> NULL
author
Derk-Jan Hartman
<hartman@videolan.org>
Mon, 25 Aug 2008 13:45:37 +0000
(15:45 +0200)
committer
Derk-Jan Hartman
<hartman@videolan.org>
Mon, 25 Aug 2008 14:35:59 +0000
(16:35 +0200)
src/config/file.c
patch
|
blob
|
history
diff --git
a/src/config/file.c
b/src/config/file.c
index
894ebbb
..
4952fcb
100644
(file)
--- 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 )