From e154fba30ba0d5f29040a33f5c1b5c25b441b69f Mon Sep 17 00:00:00 2001 From: NIIBE Yutaka Date: Wed, 5 Dec 2018 16:44:59 +0900 Subject: [PATCH] g10: Fix print_pubkey_info new line output. * g10/keylist.c (print_pubkey_info): Reverse the condition. -- This mistakes were introduced when replacing by estream. It resulted 'gpg --card-status' from a process with no controlling terminal fails. Fixes-commit: fb2ba98963beea249474f5d6d7345cf9b4b7f570 Signed-off-by: NIIBE Yutaka --- g10/keylist.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/g10/keylist.c b/g10/keylist.c index 92a8d4cbb..0b8aa88cd 100644 --- a/g10/keylist.c +++ b/g10/keylist.c @@ -212,7 +212,7 @@ print_pubkey_info (ctrl_t ctrl, estream_t fp, PKT_public_key *pk) else p = get_user_id_native (ctrl, keyid); - if (fp) + if (!fp) tty_printf ("\n"); tty_fprintf (fp, "%s %s/%s %s %s\n", pk->flags.primary? "pub":"sub",