[vlc-devel] [PATCH] config: generalize debug message for invalid config name
Alexandre Janniaux
ajanni at videolabs.io
Mon Nov 23 10:00:17 CET 2020
Hi,
On Sun, Nov 22, 2020 at 07:09:13PM +0000, Lyndon Brown wrote:
> On Sun, 2020-11-22 at 18:43 +0100, Alexandre Janniaux wrote:
> > @@ -72,13 +72,24 @@ int config_GetType(const char *psz_name)
> >
> > bool config_IsSafe( const char *name )
> > {
> > +
> > module_config_t *p_config = config_FindConfig( name );
> > return p_config != NULL && p_config->b_safe;
> > }
>
> mistake?
Sure, I'll fix locally, thanks for the catch. :)
More information about the vlc-devel
mailing list