gnokii-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[SCM] libgnokii and core programs branch, master, updated. rel_0_6_29-47


From: Daniele Forsi
Subject: [SCM] libgnokii and core programs branch, master, updated. rel_0_6_29-472-geb48810
Date: Wed, 17 Apr 2013 17:08:42 +0000

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "libgnokii and core programs".

The branch, master has been updated
       via  eb48810fcc7067f6f1df046525b0a23c05bbc931 (commit)
      from  b56985608aa60371410d6539e668ae3e093a0398 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
http://git.savannah.gnu.org/cgit/gnokii.git/commit/?id=eb48810fcc7067f6f1df046525b0a23c05bbc931


commit eb48810fcc7067f6f1df046525b0a23c05bbc931
Author: Daniele Forsi <address@hidden>
Date:   Wed Apr 17 19:06:38 2013 +0200

    Don't add a trailing \n
    
    An empty line terminated with \r\n is correctly added by 
gn_phonebook2vcardstr().

diff --git a/testsuite/dump-vcard.c b/testsuite/dump-vcard.c
index 6c05d64..070d67a 100644
--- a/testsuite/dump-vcard.c
+++ b/testsuite/dump-vcard.c
@@ -74,7 +74,7 @@ int main (int argc, char **argv)
                return 1;
        }
 
-       printf ("%s\n", vcard);
+       printf ("%s", vcard);
        free (vcard);
 
        return 0;

-----------------------------------------------------------------------

Summary of changes:
 testsuite/dump-vcard.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


hooks/post-receive
-- 
libgnokii and core programs



reply via email to

[Prev in Thread] Current Thread [Next in Thread]