Re: fix for the bug #329866 [calendar]
Harish Krishnaswamy <[email protected]>
| Newsgroups | gmane.comp.gnome.evolution.patches |
|---|---|
| Message-ID | <[email protected]> |
> + const char *i_rid = NULL, d_rid = NULL; d_rid should be a const char *. > + > + i_rid = > e_cal_component_get_recurid_as_string (ci->comp); > + cid->comp = > e_cal_component_get_recurid_as_string (cid->comp); > + > + if (i_rid && d_rid && strcmp > (e_cal_component_get_recurid_as_string (ci->comp), > d_rid is never assigned a value and will cause the if condition to be FALSE always. Can you pl. rework the same. Harish