Changeset 3553
- Timestamp:
- 08/18/08 14:41:48 (4 months ago)
- Location:
- format-plugins/vformat/src
- Files:
-
- 3 modified
-
xmlformat-vcard.c (modified) (1 diff)
-
xmlformat-vevent.c (modified) (1 diff)
-
xmlformat-vnote.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
format-plugins/vformat/src/xmlformat-vcard.c
r3308 r3553 1047 1047 *free_input = TRUE; 1048 1048 *output = (char *)xmlformat; 1049 *outpsize = sizeof(xmlformat);1049 *outpsize = osync_xmlformat_size(); 1050 1050 1051 1051 // XXX: remove this later? -
format-plugins/vformat/src/xmlformat-vevent.c
r3308 r3553 685 685 *free_input = TRUE; 686 686 *output = (char *)xmlformat; 687 *outpsize = sizeof(xmlformat);687 *outpsize = osync_xmlformat_size(); 688 688 689 689 // XXX: remove this later? -
format-plugins/vformat/src/xmlformat-vnote.c
r3308 r3553 70 70 *free_input = TRUE; 71 71 *output = (char *)xmlformat; 72 *outpsize = sizeof(xmlformat);72 *outpsize = osync_xmlformat_size(); 73 73 74 74 osync_xmlformat_sort(xmlformat);
