From a12da4ee65e0d140bbbcb811eef1cba93785ce35 Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Mon, 24 Sep 2001 20:13:57 +0000 Subject: _( -> GT_( svn path=/trunk/; revision=3478 --- rfc822.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'rfc822.c') diff --git a/rfc822.c b/rfc822.c index 7e110707..b71233aa 100644 --- a/rfc822.c +++ b/rfc822.c @@ -54,7 +54,7 @@ const unsigned char *host; /* server hostname */ #ifndef TESTMAIN if (outlevel >= O_DEBUG) - report_build(stdout, _("About to rewrite %s"), buf); + report_build(stdout, GT_("About to rewrite %s"), buf); /* make room to hack the address; buf must be malloced */ for (cp = buf; *cp; cp++) @@ -190,7 +190,7 @@ const unsigned char *host; /* server hostname */ #ifndef TESTMAIN if (outlevel >= O_DEBUG) - report_complete(stdout, _("Rewritten version is %s\n"), buf); + report_complete(stdout, GT_("Rewritten version is %s\n"), buf); #endif /* TESTMAIN */ return(buf); } -- cgit v1.2.3