13 lines
404 B
Text
13 lines
404 B
Text
$NetBSD: patch-ai,v 1.3 2002/03/07 06:46:35 jmc Exp $
|
|
|
|
--- src/groff-font.c.orig Thu Mar 7 06:43:18 2002
|
|
+++ src/groff-font.c Thu Mar 7 06:43:43 2002
|
|
@@ -397,7 +397,7 @@
|
|
va_list args;
|
|
|
|
va_start (args, format);
|
|
- tmsg (class, format, args, _("installation error: Groff font error: "));
|
|
+ tmsg (class, format, _("installation error: Groff font error: "), args);
|
|
va_end (args);
|
|
|
|
return 0;
|