Re: [evolution-patches] Re: Bug# 58014: Cannot add multiple participants for the same category while assigning tasks.
- From: Rodney Dawes <dobey ximian com>
- To: Rodrigo Moya <rodrigo ximian com>
- Cc: Umesh Tiwari <tiwariumesh232 gawab com>, Evolution Patches <evolution-patches ximian com>
- Subject: Re: [evolution-patches] Re: Bug# 58014: Cannot add multiple participants for the same category while assigning tasks.
- Date: Mon, 10 May 2004 07:47:10 -0400
On Hën , 2004-05-10 at 11:09 +0200, Rodrigo Moya wrote:
> On Mon, 2004-05-10 at 05:54 +0000, Umesh Tiwari wrote:
> > Respected Sir,
> > We would be greatly obliged if you commit
> > this patch.
> >
> hmm, I now think the patch is wrong:
>
> - for (i = 0; i < G_N_ELEMENTS (cards); i++) {
> + for (i = 0; i < cards[i] != NULL; i++) {
>
> should be just:
>
> for (i = 0; cards[i] != NULL; i++)
>
> isn't it?
>
> cheers
Yes. i < cards[i] != NULL is wrong.
-- dobey
Attachment:
signature.asc
Description: This is a digitally signed message part
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]