Changeset 3553

Show
Ignore:
Timestamp:
08/18/08 14:41:48 (4 months ago)
Author:
dgollub
Message:

Report correct size of xmlformat.

Location:
format-plugins/vformat/src
Files:
3 modified

Legend:

Unmodified
Added
Removed
  • format-plugins/vformat/src/xmlformat-vcard.c

    r3308 r3553  
    10471047        *free_input = TRUE; 
    10481048        *output = (char *)xmlformat; 
    1049         *outpsize = sizeof(xmlformat); 
     1049        *outpsize = osync_xmlformat_size(); 
    10501050 
    10511051        // XXX: remove this later? 
  • format-plugins/vformat/src/xmlformat-vevent.c

    r3308 r3553  
    685685        *free_input = TRUE; 
    686686        *output = (char *)xmlformat; 
    687         *outpsize = sizeof(xmlformat); 
     687        *outpsize = osync_xmlformat_size(); 
    688688 
    689689        // XXX: remove this later? 
  • format-plugins/vformat/src/xmlformat-vnote.c

    r3308 r3553  
    7070        *free_input = TRUE; 
    7171        *output = (char *)xmlformat; 
    72         *outpsize = sizeof(xmlformat); 
     72        *outpsize = osync_xmlformat_size(); 
    7373 
    7474        osync_xmlformat_sort(xmlformat);