From: <mgo...@us...> - 2016-11-05 22:24:29
|
Revision: 1099 http://sourceforge.net/p/osmo-pim/code/1099 Author: mgordienko Date: 2016-11-05 22:24:26 +0000 (Sat, 05 Nov 2016) Log Message: ----------- Merge branch 'master' into dbus Modified Paths: -------------- branches/dbus/src/vcf.c Property Changed: ---------------- branches/dbus/ Index: branches/dbus =================================================================== --- branches/dbus 2016-11-05 22:01:26 UTC (rev 1098) +++ branches/dbus 2016-11-05 22:24:26 UTC (rev 1099) Property changes on: branches/dbus ___________________________________________________________________ Modified: svn:mergeinfo ## -1 +1 ## -/branches/gtk3:1029-1072 +/trunk:1098 \ No newline at end of property Modified: branches/dbus/src/vcf.c =================================================================== --- branches/dbus/src/vcf.c 2016-11-05 22:01:26 UTC (rev 1098) +++ branches/dbus/src/vcf.c 2016-11-05 22:24:26 UTC (rev 1099) @@ -120,7 +120,7 @@ void vcf_write_N(vcf_writer *writer, char const *last_name, char const *first_name, char const *second_name) { - write_multivalue(writer, N, DELIM_COMPONENT, 4, last_name, first_name, second_name, NULL); + write_multivalue(writer, N, DELIM_COMPONENT, 5, last_name, first_name, second_name, NULL, NULL); } void This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |