[Pkg-gnupg-commit] [gnupg2] 73/102: common: Fix bad printf format in t-stringhelp.c

Daniel Kahn Gillmor dkg at fifthhorseman.net
Fri Jun 17 00:14:56 UTC 2016


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

dkg pushed a commit to branch experimental
in repository gnupg2.

commit 2494ce190bff85e94146ce960bde89fde1596a6e
Author: Werner Koch <wk at gnupg.org>
Date:   Sun Jun 12 13:43:55 2016 +0200

    common: Fix bad printf format in t-stringhelp.c
    
    --
---
 common/t-stringhelp.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/common/t-stringhelp.c b/common/t-stringhelp.c
index db0e811..4f4555e 100644
--- a/common/t-stringhelp.c
+++ b/common/t-stringhelp.c
@@ -733,7 +733,7 @@ test_split_fields (void)
       if (field_count != field_count_expected)
         {
           printf ("%s: tidx %d: expected %d, got %d\n",
-                  __func__, tidx, i, field_count_expected, field_count);
+                  __func__, tidx, field_count_expected, field_count);
           fail (tidx * 1000);
         }
       else

-- 
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