Show
Ignore:
Timestamp:
03/15/10 12:13:08 (6 months ago)
Author:
svnusers
Message:

md: merged in revisions 318..326 from Kenneth's branch, added path to XMLLib to Makefile.in for CICalendar build, reverted some of Kenneth's changes in Libraries/CICalendar

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • Mulberry/branches/users/shared/externals/v4.1d1/CICalendar/Source/CICalendarProperty.cpp

    r281 r329  
    515515                                // Make sure we do not split in the middle of a utf-8 multi-octet sequence 
    516516                                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)) 
    518518                                        bytes--; 
    519519                        }