[Commits] vobject.c 1.1 1.2
miras at claws-mail.org
miras at claws-mail.org
Tue Jul 3 02:06:41 CEST 2012
Update of /home/claws-mail/contacts/libversit
In directory srv:/tmp/cvs-serv17510/libversit
Modified Files:
vobject.c
Log Message:
2012-07-03 [mir] 0.6.0cvs86
* libversit/vobject.c
Fix bug to prevent extra ':' when writing
property N to file.
Index: vobject.c
===================================================================
RCS file: /home/claws-mail/contacts/libversit/vobject.c,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- vobject.c 5 Jan 2012 00:10:27 -0000 1.1
+++ vobject.c 3 Jul 2012 00:06:39 -0000 1.2
@@ -1308,7 +1308,8 @@
int i = 0, n = 0;
const char** fields = fields_;
/* output prop as fields */
- appendcOFile(fp,':');
+ /* Commented out by mir at datanom.net since this adds extra :
+ appendcOFile(fp,':');*/
while (*fields) {
VObject *t = isAPropertyOf(o,*fields);
i++;
More information about the Commits
mailing list