[Pkg-gnupg-commit] [gnupg2] 17/118: g10: Print the formatted text.

Daniel Kahn Gillmor dkg at fifthhorseman.net
Thu Sep 15 18:24:59 UTC 2016


This is an automated email from the git hooks/post-receive script.

dkg pushed a commit to branch encoding-and-speling
in repository gnupg2.

commit 0858f141a8b8d0c098a0c6097176b7225c4a9db8
Author: Neal H. Walfield <neal at g10code.com>
Date:   Tue Aug 30 11:28:17 2016 +0200

    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 at g10code.com>
---
 g10/tofu.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/g10/tofu.c b/g10/tofu.c
index 9d562c2..e433f79 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);
     }
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-gnupg/gnupg2.git



More information about the Pkg-gnupg-commit mailing list