summaryrefslogtreecommitdiffstats
path: root/pgpkey.c
diff options
context:
space:
mode:
authorThomas Roessler <roessler@does-not-exist.org>1998-06-08 09:17:25 +0000
committerThomas Roessler <roessler@does-not-exist.org>1998-06-08 09:17:25 +0000
commit57c930bf79e06c485142efeb62ffb1e9d8fe3d3b (patch)
treec3c1e876454aead42f16023f45b23a73961a03d6 /pgpkey.c
parent1a5381e07e97fe482c2b3a7c75f99938f0b105d4 (diff)
Mutt 0.92.9i.mutt-0-92-9i
Diffstat (limited to 'pgpkey.c')
-rw-r--r--pgpkey.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/pgpkey.c b/pgpkey.c
index 23120a2d..9b6de3d3 100644
--- a/pgpkey.c
+++ b/pgpkey.c
@@ -299,9 +299,9 @@ char *pgp_ask_for_key (const char *ringfile, KEYINFO *udb, char *tag, char *what
{
for (l = id_defaults; l; l = l->next)
- if (!strcasecmp (whatfor, l->what))
+ if (!strcasecmp (whatfor, NONULL(l->what)))
{
- strcpy (resp, l->dflt);
+ strcpy (resp, NONULL(l->dflt));
break;
}
}