Changeset 3661

Show
Ignore:
Timestamp:
09/24/08 13:29:48 (2 months ago)
Author:
bricks
Message:

report real size of xmlformat instead of size of char*

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • format-plugins/tomboy-note/src/tomboy_note.c

    r3658 r3661  
    244244        *free_input = TRUE; 
    245245        *output = (char *)xmlformat; 
    246         *outpsize = sizeof(xmlformat); 
     246        *outpsize = osync_xmlformat_size(); 
    247247        // debug output 
    248248        unsigned int size;