aboutsummaryrefslogtreecommitdiffstats
path: root/cram.c
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2001-09-24 18:01:26 +0000
committerEric S. Raymond <esr@thyrsus.com>2001-09-24 18:01:26 +0000
commit784d8dfd28a5f37d1b1f29c592f0d7b99bb20794 (patch)
treecf21bf8cd6d2d56d77cb06aeee1c73260f3b901e /cram.c
parente72123a74b3003d3b18f588d3b186951ffdc705e (diff)
downloadfetchmail-784d8dfd28a5f37d1b1f29c592f0d7b99bb20794.tar.gz
fetchmail-784d8dfd28a5f37d1b1f29c592f0d7b99bb20794.tar.bz2
fetchmail-784d8dfd28a5f37d1b1f29c592f0d7b99bb20794.zip
Switch from _( to GT_( to avoid a conflict with openssh.
svn path=/trunk/; revision=3475
Diffstat (limited to 'cram.c')
-rw-r--r--cram.c4
1 files changed, 2 insertions, 2 deletions
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