Changeset 3547

Show
Ignore:
Timestamp:
08/17/08 17:11:00 (4 months ago)
Author:
dgollub
Message:

Report correct size of xmlformat.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/formats/xmlformat.c

    r2801 r3547  
    7070 
    7171        *output = (char *) xmlformat; 
    72         *outpsize = size; 
     72        *outpsize = osync_xmlformat_size(); 
    7373 
    7474        g_free(buffer);