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


From: Daniele Forsi
Subject: [SCM] libgnokii and core programs branch, master, updated. rel_0_6_29-265-g089ceda
Date: Sat, 09 Jul 2011 13:20:25 +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  089cedaa71e67a21fb4808966dc845255e1e3a37 (commit)
      from  65614814244ee2025478b26b6fbf917ab3073de8 (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=089cedaa71e67a21fb4808966dc845255e1e3a37


commit 089cedaa71e67a21fb4808966dc845255e1e3a37
Author: Daniele Forsi <address@hidden>
Date:   Sat Jul 9 15:14:33 2011 +0200

    No need to add a space after the colon

diff --git a/common/vcard.c b/common/vcard.c
index f7e5147..6c04b6b 100644
--- a/common/vcard.c
+++ b/common/vcard.c
@@ -214,7 +214,7 @@ GNOKII_API char * gn_phonebook2vcardstr(gn_phonebook_entry 
*entry)
                        break;
                default:
                        add_slashes(name, entry->subentries[i].data.number, 
sizeof(name), strlen(entry->subentries[i].data.number));
-                       vcard_append_printf(&str, "X-GNOKII-%d: %s", 
entry->subentries[i].entry_type, name);
+                       vcard_append_printf(&str, "X-GNOKII-%d:%s", 
entry->subentries[i].entry_type, name);
                        break;
                }
        }

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

Summary of changes:
 common/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]