Hi, The following patch, by Tim Bagot, fixes a segfault on 64 bit systems when using "send". At the same time, you get rid of the warning:
mh_whom.c:65: warning: passing argument 4 of 'mu_argcv_get' from incompatible
pointer type
--- mh/mh_whom.c
+++ mh/mh_whom.c
@@ -54,9 +54,9 @@
int
mh_alias_expand (char *str, mu_address_t *paddr, int *incl)
{
- size_t argc;
+ int argc;
char **argv;
- size_t i;
+ int i;
char *buf;
mu_address_t exaddr = NULL;
This is with MU 1.1.
Jordi
--
Jordi Mallach Pérez -- Debian developer http://www.debian.org/
[EMAIL PROTECTED] [EMAIL PROTECTED] http://www.sindominio.net/
GnuPG public key information available at http://oskuro.net/
signature.asc
Description: Digital signature
_______________________________________________ Bug-mailutils mailing list [email protected] http://lists.gnu.org/mailman/listinfo/bug-mailutils
