m_option: make converting mpv_node to string always fail

This commit is contained in:
wm4 2014-02-26 22:30:18 +01:00
parent 11ee72fe1b
commit 5eab4f43ec
1 changed files with 1 additions and 1 deletions

View File

@ -2849,7 +2849,7 @@ static int parse_node(struct mp_log *log, const m_option_t *opt,
static char *print_node(const m_option_t *opt, const void *val)
{
return talloc_strdup(NULL, "unimplemented");
return NULL;
}
static void dup_node(void *ta_parent, struct mpv_node *node)