Changeset 2465
- Timestamp:
- 08/17/07 17:49:40 (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
r2460 r2465 379 379 } 380 380 const char *telloc = osync_xmlfield_get_attr(in_xmlfield, "Location"); 381 if ( !strcmp( telloc, "Home" ) == 0)381 if ( !strcmp( telloc, "Home" ) ) 382 382 type |= PT_HOME; 383 else if ( !strcmp( telloc, "Work") == 0)383 else if ( !strcmp( telloc, "Work") ) 384 384 type |= PT_WORK; 385 385
