oc-calendar: Fix typo setting or operator

For PidLidAppointmentTimeZoneDefinitionStartDisplay.

It is a typo introduced by 376e717.
This commit is contained in:
Enrique J. Hernández Blasco 2016-01-24 01:10:13 +01:00
parent 169356b8a0
commit 359da78d81

View file

@ -2026,7 +2026,7 @@ ReservedBlockEE2Size: 00 00 00 00
/* [MS-OXOCAL] 3.1.5.5.1: This property is used in floating (all-day) events,
specified in floating time, to convert the start date from UTC to the user's
time zone */
if ([event isAllDay] | [event isRecurrent])
if ([event isAllDay] || [event isRecurrent])
{
/* [MS-OXOCAL] 2.2.1.42: This property can only have the E flag set in the
TimeZoneDefinition struct */