Ticket #923: xmlformat.c.diff
| File xmlformat.c.diff, 613 bytes (added by scriptor, 3 years ago) |
|---|
-
xmlformat.c
old new osync_bool copy_xmlformat(const char *in 63 63 return FALSE; 64 64 } 65 65 66 osync_xmlformat_sort(xmlformat); 67 66 68 *output = (char *) xmlformat; 67 69 *outpsize = osync_xmlformat_size(); 68 70 … … static time_t get_revision(const char *d 269 271 270 272 osync_trace(TRACE_ENTRY, "%s(%p, %i)", __func__, data, size, error); 271 273 274 osync_xmlformat_sort((OSyncXMLFormat *)data); 275 272 276 fieldlist = osync_xmlformat_search_field((OSyncXMLFormat *)data, attribute, error, NULL); 273 277 if (!fieldlist) 274 278 goto error;
