/[pspp]/pspp/src/groff-font.c
ViewVC logotype

Diff of /pspp/src/groff-font.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.13 by blp, Tue Oct 25 04:28:17 2005 UTC revision 1.14 by blp, Tue Oct 25 04:35:57 2005 UTC
# Line 392  lose: Line 392  lose:
392  static int  static int
393  font_msg (int class, const char *format,...)  font_msg (int class, const char *format,...)
394  {  {
395      struct error error;
396    va_list args;    va_list args;
397    
398      error.class = class;
399      err_location (&error.where);
400      error.title = _("installation error: Groff font error: ");
401    
402    va_start (args, format);    va_start (args, format);
403    tmsg (class, format, args, _("installation error: Groff font error: "));    err_vmsg (&error, format, args);
404    va_end (args);    va_end (args);
405    
406    return 0;    return 0;

Legend:
Removed from v.1.13  
changed lines
  Added in v.1.14

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26