summaryrefslogtreecommitdiffstats
path: root/g10/tofu.c
diff options
context:
space:
mode:
authorNeal H. Walfield <neal@g10code.com>2016-08-30 11:28:17 +0200
committerNeal H. Walfield <neal@g10code.com>2016-08-30 15:54:39 +0200
commit0858f141a8b8d0c098a0c6097176b7225c4a9db8 (patch)
tree571eb05e9aa8ab421ac4e3075254239efa161a36 /g10/tofu.c
parentg10: When showing a user id's trust, pass the current signature. (diff)
downloadgnupg2-0858f141a8b8d0c098a0c6097176b7225c4a9db8.tar.xz
gnupg2-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 <neal@g10code.com>
Diffstat (limited to '')
-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);
}