summaryrefslogtreecommitdiffstats
path: root/gnupgparse.c
diff options
context:
space:
mode:
authorThomas Roessler <roessler@does-not-exist.org>2000-01-10 10:31:59 +0000
committerThomas Roessler <roessler@does-not-exist.org>2000-01-10 10:31:59 +0000
commitc8e19c984e900ede0f0c09353a96c62a6aa81445 (patch)
treeed2d10104d624b8d2192868d6056f14935c21de2 /gnupgparse.c
parentd2ef650c6f57efa87baaf18d9cd010e12734d935 (diff)
Fix PGP uid parsing. Noted by Edmund GRIMLEY EVANS
<edmundo@rano.demon.co.uk>.
Diffstat (limited to 'gnupgparse.c')
-rw-r--r--gnupgparse.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnupgparse.c b/gnupgparse.c
index 2e2cced5..aa61a75b 100644
--- a/gnupgparse.c
+++ b/gnupgparse.c
@@ -85,7 +85,7 @@ static void fix_uid (char *uid)
}
*d = '\0';
- mutt_decode_utf8_string (d, _chs);
+ mutt_decode_utf8_string (uid, _chs);
}
static pgp_key_t *parse_pub_line (char *buf, int *is_subkey, pgp_key_t *k)