In src/plugins.c:

> @@ -168,22 +216,28 @@ static Plugin *find_active_plugin_by_name(const gchar *filename)
>  static gboolean
>  plugin_check_version(Plugin *plugin, int plugin_version_code)
>  {
> -	GModule *module = plugin->module;
> +	gchar *name = NULL;

still not used


Reply to this email directly or view it on GitHub.