Changeset 2495
- Timestamp:
- 08/27/07 19:42:26 (1 year ago)
- Files:
-
- format-plugins/vformat/src/xmlformat-vcard.c (modified) (1 diff)
- format-plugins/vformat/src/xmlformat-vevent.c (modified) (1 diff)
- format-plugins/vformat/src/xmlformat-vnote.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
format-plugins/vformat/src/xmlformat-vcard.c
r2258 r2495 1915 1915 *free_input = TRUE; 1916 1916 *output = vformat_to_string(vcard, target); 1917 *outpsize = strlen(*output) + 1;1917 *outpsize = strlen(*output); 1918 1918 1919 1919 vformat_free(vcard); format-plugins/vformat/src/xmlformat-vevent.c
r2335 r2495 831 831 *free_input = TRUE; 832 832 *output = vformat_to_string(vcalendar, target); 833 *outpsize = strlen(*output) + 1;833 *outpsize = strlen(*output); 834 834 835 835 vformat_free(vcalendar); format-plugins/vformat/src/xmlformat-vnote.c
r2258 r2495 167 167 *free_input = TRUE; 168 168 *output = vformat_to_string (vnote, target); 169 *outpsize = strlen(*output) + 1;169 *outpsize = strlen(*output); 170 170 171 171 vformat_free(vnote);
