]> git.sesse.net Git - vlc/commitdiff
Variable choice names are in psz_string, not var.psz_name
authorRémi Denis-Courmont <remi@remlab.net>
Sat, 13 Feb 2010 16:17:44 +0000 (18:17 +0200)
committerRémi Denis-Courmont <remi@remlab.net>
Sat, 13 Feb 2010 16:17:44 +0000 (18:17 +0200)
(Fortunately, both corresponded to the same location.)

modules/control/hotkeys.c

index 801abe66b6df900765f10e6c2586323b90c1a043..0d77fab74a68a4c0b5e168cf9aa848c322562c71 100644 (file)
@@ -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 );
                 }