[vlc-devel] [PATCH] setting the logo-file in rc
    Rémi Duraffort 
    ivoire at videolan.org
       
    Wed Aug 26 19:23:51 CEST 2009
    
    
  
> > solves http://trac.videolan.org/vlc/ticket/2606
> >
> > logo.c sets up a new variable as VLC_VAR_STRING (i_type: 0x0040),
> > __var_Create inserts the variable and finds out that it's the wrong
> > type, should be VLC_VAR_FILE (i_type: 0x0042). Maybe the wrong way to
> > solve it, but it works.
> 
> This looks like a bug in var_SetChecked(). All "sorts" of string variables 
> should be usable with var_*String*().
Yes this is a bug in the variable code, I will fix it.
Best regards
-- 
Rémi Duraffort | ivoire
    
    
More information about the vlc-devel
mailing list