- Timestamp:
- 11/20/07 23:45:14 (1 year ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
Mulberry/trunk/Sources_Common/Calendar_Store/Clients/CCalDAVCalendarClient.cpp
r19 r143 853 853 854 854 // CalDAV calendars are collections with no special extensions and should be treated as directories 855 if (rurl[ rurl.length() - 1] != '/')855 if (rurl[(cdstring::size_type)(rurl.length() - 1)] != '/') 856 856 rurl += "/"; 857 857