[gs-cvs] rev 7937 - trunk/gs/src
giles at ghostscript.com
giles at ghostscript.com
Wed May 9 11:45:56 PDT 2007
Author: giles
Date: 2007-05-09 11:45:56 -0700 (Wed, 09 May 2007)
New Revision: 7937
Modified:
trunk/gs/src/imainarg.c
Log:
Point to bugzilla instead of the old bug-report email address in the
help text. Also remove the unused constant defining the address.
Modified: trunk/gs/src/imainarg.c
===================================================================
--- trunk/gs/src/imainarg.c 2007-05-09 15:45:54 UTC (rev 7936)
+++ trunk/gs/src/imainarg.c 2007-05-09 18:45:56 UTC (rev 7937)
@@ -1,4 +1,4 @@
-/* Copyright (C) 2001-2006 artofcode LLC.
+/* Copyright (C) 2001-2007 artofcode LLC.
All Rights Reserved.
This software is provided AS-IS with no warranty, either express or
@@ -64,10 +64,6 @@
# define GS_MAX_LIB_DIRS 25
#endif
-#ifndef GS_BUG_MAILBOX
-# define GS_BUG_MAILBOX "bug-gs at ghostscript.com"
-#endif
-
#define MAX_BUFFERED_SIZE 1024
/* Note: sscanf incorrectly defines its first argument as char * */
@@ -883,7 +879,7 @@
embed %d or %ld for page #\n";
private const char help_trailer[] = "\
For more information, see %s.\n\
-Report bugs to %s, using the form in Bug-form.htm.\n";
+Please report bugs to bugs.ghostscript.com.\n";
private const char help_devices[] = "Available devices:";
private const char help_default_device[] = "Default output device:";
private const char help_emulators[] = "Input formats:";
@@ -1060,5 +1056,5 @@
if (gp_file_name_combine(gs_doc_directory, strlen(gs_doc_directory),
use_htm, strlen(use_htm), false, buffer, &blen) != gp_combine_success)
p = use_htm;
- outprintf(minst->heap, help_trailer, p, GS_BUG_MAILBOX);
+ outprintf(minst->heap, help_trailer, p);
}
More information about the gs-cvs
mailing list