From dbb80962e9a51da9caec3d98cb7ef76093f04489 Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Sat, 17 Apr 1999 07:45:22 +0000 Subject: Killed the segfault-13 bug. svn path=/trunk/; revision=2431 --- driver.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'driver.c') diff --git a/driver.c b/driver.c index 3dc515c9..f4701903 100644 --- a/driver.c +++ b/driver.c @@ -1635,7 +1635,7 @@ const struct method *proto; /* protocol method table */ stuff_warning(ctl, _("Subject: fetchmail authentication failed\r\n")); stuff_warning(ctl, - _("Fetchmail could not get mail from %s@%s.\n"), + _("Fetchmail could not get mail from %s@%s."), ctl->remotename, ctl->server.truename); stuff_warning(ctl, -- cgit v1.2.3