pspp-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Pspp-cvs] Changes to pspp/src/groff-font.c


From: Ben Pfaff
Subject: [Pspp-cvs] Changes to pspp/src/groff-font.c
Date: Tue, 25 Oct 2005 00:35:59 -0400

Index: pspp/src/groff-font.c
diff -u pspp/src/groff-font.c:1.13 pspp/src/groff-font.c:1.14
--- pspp/src/groff-font.c:1.13  Tue Oct 25 04:28:17 2005
+++ pspp/src/groff-font.c       Tue Oct 25 04:35:57 2005
@@ -392,10 +392,15 @@
 static int
 font_msg (int class, const char *format,...)
 {
+  struct error error;
   va_list args;
 
+  error.class = class;
+  err_location (&error.where);
+  error.title = _("installation error: Groff font error: ");
+
   va_start (args, format);
-  tmsg (class, format, args, _("installation error: Groff font error: "));
+  err_vmsg (&error, format, args);
   va_end (args);
 
   return 0;




reply via email to

[Prev in Thread] Current Thread [Next in Thread]