Commit 1ce085d8 authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

Parenthesis

parent b9b3d4e0
......@@ -1296,7 +1296,7 @@ void KeySelectorControl::finish()
module_config_t *p_item = p_config + i;
/* If we are a (non-global) key option not empty */
if( (p_item->i_type & CONFIG_ITEM == CONFIG_ITEM_KEY) &&
if( ((p_item->i_type & CONFIG_ITEM) == CONFIG_ITEM_KEY) &&
p_item->psz_name != NULL &&
strncmp( p_item->psz_name , "global-", 7 ) &&
!EMPTY_STR( p_item->psz_text ) )
......
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