diff options
Diffstat (limited to '')
-rw-r--r-- | g10/tofu.c | 2 |
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); } |