Signed-off-by: Sameer Prakash Pradhan <sp.pradhan@samsung.com>
Change-Id: I36b385f8e3939cfd42f498e95858e0ad2f49fcba
/* check mailto */
if (prop && CAL_STRING_EQUAL == strncmp(value + strlen(prop), ":MAILTO", strlen(":MAILTO")))
- __work_component_property_attendee_mailto(attendee, value + strlen(prop) + strlen(":MAILTO") +1);
+ __work_component_property_attendee_mailto(attendee, value + strlen(prop) + strlen(":MAILTO"));
}
static void __work_component_property_attendee_rsvp(calendar_record_h attendee, char *value)
{
rm -rf %{buildroot}
%make_install
+mkdir -p %{buildroot}%{_unitdir_user}/default.target.wants
install -m 0644 %SOURCE1 %{buildroot}%{_unitdir_user}
install -m 0644 %SOURCE5 %{buildroot}%{_unitdir_user}
g_strfreev(t);
char *datetime = recurrence_id + strlen(recurrence_id) +1;
+ *(datetime + strlen(recurrence_id) +1) = '\0';
int len_datetime = strlen(datetime);
DBG("datetime[%s]", datetime);