Changeset 329 for Mulberry/branches/users/shared/externals/v4.1d1/CICalendar/Source/CICalendarProperty.cpp
- Timestamp:
- 03/15/10 12:13:08 (6 months ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
Mulberry/branches/users/shared/externals/v4.1d1/CICalendar/Source/CICalendarProperty.cpp
r281 r329 515 515 // Make sure we do not split in the middle of a utf-8 multi-octet sequence 516 516 unsigned char* up = (unsigned char*) p; 517 while((up[bytes] > 0x7F) and((up[bytes] & 0xC0) == 0x80))517 while((up[bytes] > 0x7F) && ((up[bytes] & 0xC0) == 0x80)) 518 518 bytes--; 519 519 }