Diff between 2dfd36a4936ed13e2a518c952654f9912e8ae9e1 and fd3ec867fef7fb0359ecdcc91ce0c6ea53f023fc

Changed Files

File Additions Deletions Status
obexd/plugins/vcard.c +1 -1 modified

Full Patch

diff --git a/obexd/plugins/vcard.c b/obexd/plugins/vcard.c
index e4b9df9..d56133d 100644
--- a/obexd/plugins/vcard.c
+++ b/obexd/plugins/vcard.c
@@ -152,7 +152,7 @@ static void vcard_printf_number(GString *vcards, uint8_t format,
 					const char *number, int type,
 					enum phonebook_number_type category)
 {
-	char *intl = "", *category_string = "";
+	const char *intl = "", *category_string = "";
 	char buf[128];
 
 	/* TEL is a mandatory field, include even if empty */