From: Steve Brokenshire Date: Sat, 11 Jun 2016 08:55:58 +0000 (+0100) Subject: Corrected comment looking for DTSTAMP when it was looking for TZID. X-Git-Tag: release-0.02~133 X-Git-Url: http://Server1/repobrowser/?p=xestiacalendar%2F.git;a=commitdiff_plain;h=443223880952f9353c6525ebefcae7caf53e6153 Corrected comment looking for DTSTAMP when it was looking for TZID. When loading the data for a CalendarTimezoneObject, we are looking for TZID not DTSTAMP. --- diff --git a/source/objects/calendartimezone/CalendarTimezone.cpp b/source/objects/calendartimezone/CalendarTimezone.cpp index f56ff83..49f1b24 100644 --- a/source/objects/calendartimezone/CalendarTimezone.cpp +++ b/source/objects/calendartimezone/CalendarTimezone.cpp @@ -40,7 +40,7 @@ CalendarObjectValidResult CalendarTimezoneObject::ValidObject(){ SeekCount = 0; - // Look for DTSTAMP. + // Look for TZID. for (vector::iterator iter = ObjectName.begin(); iter != ObjectName.end(); iter++){