In src/filetypes.c:

> @@ -951,7 +951,7 @@ static void load_settings(guint ft_id, GKeyFile *config, GKeyFile *configh)
>  	{
>  		ft->lang = tm_source_file_get_named_lang(result);
>  		if (ft->lang < 0)
> -			geany_debug("Cannot find tag parser '%s' for custom filetype '%s'.", result, ft->name);
> +			geany_debug("Cannot find tags parser '%s' for custom filetype '%s'.", result, ft->name);

@b4n Thanks for noticing - I forgot to push the fix. Will squash it with the original commit if you find the changes alright.


Reply to this email directly or view it on GitHub.