Changeset 2339
- Timestamp:
- 07/17/07 12:11:46 (1 year ago)
- Files:
-
- plugins/palm/src/palm_format.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
plugins/palm/src/palm_format.c
r2333 r2339 1390 1390 1391 1391 osync_trace(TRACE_SENSITIVE, "Entry: %s (%p)", entry->address.entry[i], entry->address.entry[i]); 1392 if ( strlen(entry->address.entry[i]) > 0)1392 if (entry->address.entry[i] && strlen(entry->address.entry[i]) > 0) 1393 1393 tmp = conv_enc_palm_to_xml(entry->address.entry[i]); 1394 1394
