aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNeal H. Walfield <[email protected]>2016-08-30 09:28:17 +0000
committerNeal H. Walfield <[email protected]>2016-08-30 13:54:39 +0000
commit0858f141a8b8d0c098a0c6097176b7225c4a9db8 (patch)
tree571eb05e9aa8ab421ac4e3075254239efa161a36
parentg10: When showing a user id's trust, pass the current signature. (diff)
downloadgnupg-0858f141a8b8d0c098a0c6097176b7225c4a9db8.tar.gz
gnupg-0858f141a8b8d0c098a0c6097176b7225c4a9db8.zip
g10: Print the formatted text.
* g10/tofu.c (ask_about_binding): Print the formatted text, not the unformatted text. -- Signed-off-by: Neal H. Walfield <[email protected]>
-rw-r--r--g10/tofu.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/g10/tofu.c b/g10/tofu.c
index 9d562c298..e433f79f1 100644
--- a/g10/tofu.c
+++ b/g10/tofu.c
@@ -1393,7 +1393,7 @@ ask_about_binding (tofu_dbs_t dbs,
"call the person to make sure this new key is legitimate.";
}
textbuf = format_text (text, 0, 72, 80);
- es_fprintf (fp, "\n%s\n", text);
+ es_fprintf (fp, "\n%s\n", textbuf);
xfree (textbuf);
}