summaryrefslogtreecommitdiffstats
path: root/core/m_property.c
diff options
context:
space:
mode:
Diffstat (limited to 'core/m_property.c')
-rw-r--r--core/m_property.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/core/m_property.c b/core/m_property.c
index e908da623b..f334b6fe1f 100644
--- a/core/m_property.c
+++ b/core/m_property.c
@@ -37,6 +37,7 @@
const struct m_option_type m_option_type_dummy = {
.name = "Unknown",
+ .flags = M_OPT_TYPE_ALLOW_WILDCARD, // make "vf*" property work
};
struct legacy_prop {