summaryrefslogtreecommitdiff
path: root/math/pspp/patches/patch-ai
blob: bd73ffc0b4bb4007070a9f1e17d62a8b181e9807 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
$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;