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-269-g19eea1e
Date: Sat, 09 Jul 2011 19:57:55 +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  19eea1eef23aa2d7703ade8a4b2edfff38f510f1 (commit)
      from  ed840b078e57c2c97f9b61c25b74c8b96eb41d35 (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=19eea1eef23aa2d7703ade8a4b2edfff38f510f1


commit 19eea1eef23aa2d7703ade8a4b2edfff38f510f1
Author: Daniele Forsi <address@hidden>
Date:   Sat Jul 9 21:49:15 2011 +0200

    Fix output format for BDAY
    
    The 'T' was misplaced, its place is between date and time.
    See http://www.ietf.org/rfc/rfc2425.txt section 5.8.4.

diff --git a/common/vcard.c b/common/vcard.c
index e874f14..934f94d 100644
--- a/common/vcard.c
+++ b/common/vcard.c
@@ -187,7 +187,7 @@ GNOKII_API char * gn_phonebook2vcardstr(gn_phonebook_entry 
*entry)
                        vcard_append_printf(&str, "NICKNAME:%s", name);
                        break;
                case GN_PHONEBOOK_ENTRY_Birthday:
-                       vcard_append_printf(&str, 
"BDAY:%04u%02u%02u%02uT%02u%02u",
+                       vcard_append_printf(&str, 
"BDAY:%04u%02u%02uT%02u%02u%02u",
                                entry->subentries[i].data.date.year, 
entry->subentries[i].data.date.month, entry->subentries[i].data.date.day,
                                entry->subentries[i].data.date.hour, 
entry->subentries[i].data.date.minute, entry->subentries[i].data.date.second);
                        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]