[evolution-patches] Re: Bug# 58014: Cannot add multiple participants for the same category while assigning tasks.



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




[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]