chiark / gitweb /
+ Fixes from or suggested by Bernd Eckenfels, the Debian maintainer:
[adns.git] / regress / hcommon.c.m4
index 17f6955a84cc122c3593799a733dc2b1c3907284..05ce3f4a71a0536c7239b1b3207437d25661d6ae 100644 (file)
@@ -309,7 +309,7 @@ void Hexit(int rv) {
   if (mallocedlist.head) {
     fprintf(stderr,"adns test harness: memory leaked:");
     for (loopnode=mallocedlist.head; loopnode; loopnode=loopnode->next)
-      fprintf(stderr," %lu(%lu)",loopnode->count,(unsigned long)loopnode->sz);
+      fprintf(stderr," %lu",loopnode->count);
     putc('\n',stderr);
     if (ferror(stderr)) exit(-1);
   }