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 --- netrc.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'netrc.c') diff --git a/netrc.c b/netrc.c index 70f3361d..b8c7ae5e 100644 --- a/netrc.c +++ b/netrc.c @@ -214,11 +214,11 @@ parse_netrc (file) { #ifdef HAVE_ERROR error_at_line (0, file, ln, - _("warning: found \"%s\" before any host names"), + GT_("warning: found \"%s\" before any host names"), premature_token); #else fprintf (stderr, - _("%s:%d: warning: found \"%s\" before any host names\n"), + GT_("%s:%d: warning: found \"%s\" before any host names\n"), file, ln, premature_token); #endif premature_token = NULL; @@ -257,7 +257,7 @@ parse_netrc (file) else { - fprintf (stderr, _("%s:%d: warning: unknown token \"%s\"\n"), + fprintf (stderr, GT_("%s:%d: warning: unknown token \"%s\"\n"), file, ln, tok); } } -- cgit v1.2.3