(fix) return if not content is there, to avoid random crash

This commit is contained in:
Ludovic Marcotte 2017-01-13 13:16:01 -05:00
parent 4a21a02f98
commit 6e0f5b2254

View file

@ -619,7 +619,10 @@
if (content)
ASSIGN (originalCalendar, [iCalCalendar parseSingleFromSource: content]);
else
[self warnWithFormat: @"content not available, we will crash"];
{
[self warnWithFormat: @"content not available, we don't update the event"];
return;
}
}
oldMaster = (iCalRepeatableEntityObject *)