Commit 54dee07a authored by Marian Durkovic's avatar Marian Durkovic

Don't convert twice

parent 63ef4831
......@@ -942,7 +942,7 @@ int __config_LoadConfigFile( vlc_object_t *p_this, const char *psz_module_name )
(p_item->psz_value && p_item->psz_value_orig &&
strcmp(p_item->psz_value,p_item->psz_value_orig)))
p_item->psz_value_saved = p_item->psz_value ?
convert( p_item->psz_value ) : 0;
strdup( p_item->psz_value ) : 0;
vlc_mutex_unlock( p_item->p_lock );
......
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