Diff between 96ca20c858b4fc5ceaa8289104850708266299bb and 0b2354016f12d25bc40aa2d3429ddac9dea92f22
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 9c63595..3072306 100644
--- a/obexd/plugins/vcard.c
+++ b/obexd/plugins/vcard.c
@@ -406,7 +406,7 @@ static void vcard_printf_number(GString *vcards, uint8_t format,
enum phonebook_number_type category)
{
const char *intl = "", *category_string = "";
- char buf[128], field[LEN_MAX];
+ char buf[LEN_MAX], field[LEN_MAX];
/* TEL is a mandatory field, include even if empty */
if (!number || !strlen(number) || !type) {