From 0858f141a8b8d0c098a0c6097176b7225c4a9db8 Mon Sep 17 00:00:00 2001 From: "Neal H. Walfield" Date: Tue, 30 Aug 2016 11:28:17 +0200 Subject: [PATCH] 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 --- g10/tofu.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); }