Re: [evolution-patches] fix for the bug #329866 [calendar]
- From: Harish Krishnaswamy <kharish novell com>
- To: chen <pchenthill novell com>
- Cc: patches <evolution-patches gnome org>
- Subject: Re: [evolution-patches] fix for the bug #329866 [calendar]
- Date: Mon, 13 Feb 2006 11:01:29 +0530
> + 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
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]