null terminate the destination vector
2001-09-12 JP Rosevear <jpr@ximian.com> * evolution-composer.c (corba_recipientlist_to_destv): null terminate the destination vector svn path=/trunk/; revision=12773
This commit is contained in:
@ -1,3 +1,8 @@
|
||||
2001-09-12 JP Rosevear <jpr@ximian.com>
|
||||
|
||||
* evolution-composer.c (corba_recipientlist_to_destv): null
|
||||
terminate the destination vector
|
||||
|
||||
2001-09-10 Jeffrey Stedfast <fejj@ximian.com>
|
||||
|
||||
* evolution-composer.c (init): Don't call new_with_sig_file, it no
|
||||
|
||||
@ -66,6 +66,7 @@ corba_recipientlist_to_destv (const GNOME_Evolution_Composer_RecipientList *cl)
|
||||
e_destination_set_email (destv[i], recip->address);
|
||||
|
||||
}
|
||||
destv[cl->_length] = NULL;
|
||||
|
||||
return destv;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user