[vlc-devel] [PATCH] config: generalize debug message for invalid config name

Lyndon Brown jnqnfe at gmail.com
Sun Nov 22 20:09:13 CET 2020


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?



More information about the vlc-devel mailing list