Commit a692c5a4 authored by Antoine Cellerier's avatar Antoine Cellerier

When calling config_GetType on a CONFIG_ITEM_KEY, return VLC_VAR_INTEGER instead of 0.

parent 0d3aa16a
......@@ -140,6 +140,7 @@ int __config_GetType( vlc_object_t *p_this, const char *psz_name )
break;
case CONFIG_ITEM_INTEGER:
case CONFIG_ITEM_KEY:
i_type = VLC_VAR_INTEGER;
break;
......
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