diff options
Diffstat (limited to 'src/addressbook/backends/google/e-book-google-utils.c')
-rw-r--r-- | src/addressbook/backends/google/e-book-google-utils.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/addressbook/backends/google/e-book-google-utils.c b/src/addressbook/backends/google/e-book-google-utils.c index 650cb624d..3b14a4e9d 100644 --- a/src/addressbook/backends/google/e-book-google-utils.c +++ b/src/addressbook/backends/google/e-book-google-utils.c @@ -318,7 +318,7 @@ gdata_entry_update_from_e_contact (GDataEntry *entry, gchar *escaped = e_vcard_escape_string (l->data); g_string_append (value, escaped); if (l->next != NULL) - g_string_append (value, ","); + g_string_append_c (value, ','); g_free (escaped); } multi_name = g_strconcat (name, MULTIVALUE_ATTRIBUTE_SUFFIX, NULL); |