/[pspp]/pspp/src/error.c
ViewVC logotype

Diff of /pspp/src/error.c

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

revision 1.13 by jmd, Fri Apr 29 01:02:14 2005 UTC revision 1.14 by jmd, Sun May 1 07:24:24 2005 UTC
# Line 510  request_bug_report_and_abort(const char Line 510  request_bug_report_and_abort(const char
510            "default_config_path: %s\n"            "default_config_path: %s\n"
511            "include_path:        %s\n"            "include_path:        %s\n"
512            "groff_font_path:     %s\n"            "groff_font_path:     %s\n"
513            "locale_dir:          %s\n",            "locale_dir:          %s\n"
514              "compiler version:    %s\n"
515              ,
516    
517            bare_version,                    bare_version,        
518            version,            version,
# Line 520  request_bug_report_and_abort(const char Line 522  request_bug_report_and_abort(const char
522            default_config_path,            default_config_path,
523            include_path,            include_path,
524            groff_font_path,            groff_font_path,
525            locale_dir);                locale_dir,
526    #ifdef __VERSION__
527              __VERSION__
528    #else
529              "Unknown"
530    #endif
531              );    
532    
533    if ( msg )    if ( msg )
534      fprintf(stderr,"Diagnosis: %s\n",msg);      fprintf(stderr,"Diagnosis: %s\n",msg);

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