Control: tags -1 fixed-upstream patch

Hello Matthias, hello Ulises,

the new upstream version, 0.8.4, available at
http://www.mailavenger.org/dist/avenger-0.8.4.tar.gz fixes this FTBFS
with gcc4.8. If, for whatever reason, you want to stay with the current
version, the fix is pretty simple. I've attached it to this message.

Cheers,
  Andreas
--- mailavenger-0.8.3rc1/libasync/ihash.C	2009-06-26 21:33:04.000000000 +0000
+++ mailavenger-0.8.4/libasync/ihash.C	2013-06-11 07:51:04.000000000 +0000
@@ -52,7 +52,7 @@
   if (nbuckets < 3)
     nbuckets = 3;
 
-  ntab = New (void *[nbuckets]);
+  ntab = New void *[nbuckets];
   bzero (ntab, nbuckets * sizeof (*ntab));
 
   for (i = 0; i < htp->buckets; i++)

Attachment: signature.asc
Description: OpenPGP digital signature

Reply via email to