Changeset 2503
- Timestamp:
- 08/30/07 18:51:16 (1 year ago)
- Files:
-
- format-plugins/vformat/src/xmlformat-common.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
format-plugins/vformat/src/xmlformat-common.c
r2201 r2503 286 286 OSyncXMLField *(* attr_handler)(OSyncXMLFormat *, VFormatAttribute *, OSyncError **) = g_hash_table_lookup(attrtable, vformat_attribute_get_name(attr)); 287 287 osync_trace(TRACE_INTERNAL, "Hook is: %p", attr_handler); 288 if (attr_handler == HANDLE_IGNORE) { 288 if (attr_handler == HANDLE_IGNORE || 289 attr_handler == NULL) { 289 290 osync_trace(TRACE_EXIT, "%s: Ignored", __func__); 290 291 return;
