Commit 457f6a7e authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

Variable choice names are in psz_string, not var.psz_name

(Fortunately, both corresponded to the same location.)
parent 180c722e
......@@ -654,7 +654,7 @@ static int PutAction( intf_thread_t *p_intf, int i_action )
val_list.p_list->p_values[i].f_float );
vout_OSDMessage( VLC_OBJECT(p_input), DEFAULT_CHAN,
_("Zoom mode: %s"),
text_list.p_list->p_values[i].var.psz_name );
text_list.p_list->p_values[i].psz_string );
var_FreeList( &val_list, &text_list );
}
......
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