[Pkg-wmaker-commits] [wmbiff] 34/92: wmbiff: Use PACKAGE_BUGREPORT instead of hardcoding address.

Doug Torrance dtorrance-guest at moszumanska.debian.org
Thu Aug 20 02:59:23 UTC 2015


This is an automated email from the git hooks/post-receive script.

dtorrance-guest pushed a commit to branch master
in repository wmbiff.

commit ddaf705524ceb9af319a4dfab512bbab0667a404
Author: Doug Torrance <dtorrance at monmouthcollege.edu>
Date:   Fri Nov 7 21:31:26 2014 -0600

    wmbiff: Use PACKAGE_BUGREPORT instead of hardcoding address.
---
 wmbiff/Imap4Client.c | 2 +-
 wmbiff/Pop3Client.c  | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/wmbiff/Imap4Client.c b/wmbiff/Imap4Client.c
index 1e405e5..8599f5a 100644
--- a/wmbiff/Imap4Client.c
+++ b/wmbiff/Imap4Client.c
@@ -537,7 +537,7 @@ int imap4Create( /*@notnull@ */ Pop3 pc, const char *const str)
 		pc->label[0] = '\0';
 		IMAP_DM(pc, DEBUG_ERROR, "Couldn't parse line %s (%d)\n"
 				"  If this used to work, run wmbiff with the -relax option, and\n"
-				"  send mail to wmbiff-devel at lists.sourceforge.net with the hostname\n"
+				"  send mail to "PACKAGE_BUGREPORT" with the hostname\n"
 				"  of your mail server.\n", unaliased_str, matchedchars);
 		return -1;
 	}
diff --git a/wmbiff/Pop3Client.c b/wmbiff/Pop3Client.c
index e928d6d..9ab373a 100644
--- a/wmbiff/Pop3Client.c
+++ b/wmbiff/Pop3Client.c
@@ -259,7 +259,7 @@ int pop3Create(Pop3 pc, const char *str)
 		pc->label[0] = '\0';
 		POP_DM(pc, DEBUG_ERROR, "Couldn't parse line %s (%d)\n"
 			   "  If this used to work, run wmbiff with the -relax option, and\n "
-			   "  send mail to wmbiff-devel at lists.sourceforge.net with the hostname\n"
+			   "  send mail to "PACKAGE_BUGREPORT" with the hostname\n"
 			   "  of your mail server.\n", str, matchedchars);
 		return -1;
 	}

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-wmaker/wmbiff.git



More information about the Pkg-wmaker-commits mailing list