freebsd-ports/deskutils/xneur/files/patch-lib_main_program.c
Fernando Apesteguía 4a1df6cd55 deskutils/{g}xneur: Update to 0.20
PR:	239859
Submitted by:	mizhka@gmail.com (maintainer)
2020-04-05 11:24:14 +00:00

11 lines
416 B
C

--- lib/main/program.c.orig 2020-03-26 11:56:18 UTC
+++ lib/main/program.c
@@ -445,7 +445,7 @@ static void program_process_input(struct _program *p)
#ifdef WITH_ASPELL
if (xconfig->handle->has_spell_checker[lang])
{
- loKg_message(DEBUG, _(" %s aspell dictionary loaded"), lang_name);
+ log_message(DEBUG, _(" %s aspell dictionary loaded"), lang_name);
}
else
{