Diff between ca7544fd5319d24cb363e50ab134b42af068a0c8 and 1862586e8ca748a68105cfec14c9e70a86b6a68e
Changed Files
| File | Additions | Deletions | Status |
| obexd/plugins/vcard.c | +1 | -0 | modified |
Full Patch
diff --git a/obexd/plugins/vcard.c b/obexd/plugins/vcard.c
index 37f7c85..dc7c3b3 100644
--- a/obexd/plugins/vcard.c
+++ b/obexd/plugins/vcard.c
@@ -143,6 +143,7 @@ static void add_slash(char *dest, const char *src, int len_max, int len)
goto done;
dest[j++] = '\\';
+ /* fall through */
default:
dest[j] = src[i];
break;