Changeset 2460
- Timestamp:
- 08/16/07 15:00:25 (1 year ago)
- Files:
-
- plugins/opie-sync/src/opie_format.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
plugins/opie-sync/src/opie_format.c
r2459 r2460 1413 1413 out_xmlfield = osync_xmlfield_new(out_xmlformat, fieldname, error); 1414 1414 osync_xmlfield_set_key_value(out_xmlfield, key, value); 1415 xmlFree(value); 1415 1416 } 1416 1417
