From 784d8dfd28a5f37d1b1f29c592f0d7b99bb20794 Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Mon, 24 Sep 2001 18:01:26 +0000 Subject: Switch from _( to GT_( to avoid a conflict with openssh. svn path=/trunk/; revision=3475 --- cram.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'cram.c') diff --git a/cram.c b/cram.c index e2002eea..c58533cc 100644 --- a/cram.c +++ b/cram.c @@ -92,7 +92,7 @@ int do_cram_md5 (int sock, char *command, struct query *ctl, char *strip) len = from64tobits (msg_id, respdata); if (len < 0) { - report (stderr, _("could not decode BASE64 challenge\n")); + report (stderr, GT_("could not decode BASE64 challenge\n")); return PS_AUTHFAIL; } else if (len < sizeof (msg_id)) { msg_id[len] = 0; @@ -100,7 +100,7 @@ int do_cram_md5 (int sock, char *command, struct query *ctl, char *strip) msg_id[sizeof (msg_id)-1] = 0; } if (outlevel >= O_DEBUG) { - report (stdout, _("decoded as %s\n"), msg_id); + report (stdout, GT_("decoded as %s\n"), msg_id); } /* The client makes note of the data and then responds with a string -- cgit v1.2.3