Hi,

MU 2.0 was not building correctly on at least sparc, mips and armel
for Debian.

The attached patch fixes it; more info can be found in the bug log
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=516507.

Thanks!
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/
--- a/mailbox/assoc.c
+++ b/mailbox/assoc.c
@@ -58,7 +58,7 @@
   mu_iterator_t itr;
 };
 
-#define ASSOC_ELEM_SIZE(a) ((a)->elsize + sizeof(struct _mu_assoc_elem) - 1)
+#define ASSOC_ELEM_SIZE(a) ((a)->elsize + sizeof(struct _mu_assoc_elem))
 
 #define __ASSOC_ELEM(a,p,n) \
  ((struct _mu_assoc_elem*) ((char*) (p) + ASSOC_ELEM_SIZE (a) * n))

Attachment: signature.asc
Description: Digital signature

_______________________________________________
Bug-mailutils mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/bug-mailutils

Reply via email to