Hi Rafal, On Wed, Jul 20, 2011, Rafal Michalski wrote: > According to specification of vcard 2.1, semicolon is only character > which is escaped with a backslash character (in vcard's property field > content). This patch provides "escape_semicolon" function which handles > this issue. > --- > plugins/vcard.c | 14 ++++++++++++++ > 1 files changed, 14 insertions(+), 0 deletions(-) Doesn't compile: plugins/vcard.c:152:13: error: ‘escape_semicolon’ defined but not used [-Werror=unused-function] If you're going to add a static function you also need to have at least one user of it in the same patch. Johan -- To unsubscribe from this list: send the line "unsubscribe linux-bluetooth" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html