mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-02 22:46:30 +02:00
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>
This commit is contained in:
parent
8dda861ad8
commit
0858f141a8
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue