Commit ddb6cfd5 authored by Christophe Mutricy's avatar Christophe Mutricy

Oups, forgot this one with [11093] (deprecated option handling)

parent 117fb9dc
......@@ -50,6 +50,10 @@ ConfigControl *CreateConfigControl( vlc_object_t *p_this,
{
ConfigControl *p_control = NULL;
if( p_item->psz_current )
{
return NULL;
}
switch( p_item->i_type )
{
case CONFIG_ITEM_MODULE:
......
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