diff options
Diffstat (limited to '')
-rw-r--r-- | g10/keygen.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/g10/keygen.c b/g10/keygen.c index 08bc62131..2b17a1e09 100644 --- a/g10/keygen.c +++ b/g10/keygen.c @@ -3533,7 +3533,7 @@ proc_parameter_file (ctrl_t ctrl, struct para_data_s *para, const char *fname, { /* If we have only the email part, do not add the space * and the angle brackets. */ - if (*p) + if (*r->u.value) p = stpcpy(stpcpy(stpcpy(p," <"), s3 ),">"); else p = stpcpy (p, s3); |