Looks like this problem was just a typo:
Index: setup.c
< (void *)add_list((struct hmlist *)cfg[i].value, tpstr); ---
> (void *)add_list(*(struct hmlist **)cfg[i].value, tpstr);
I made the change and committed it already. It's strange that purify hadn't detected it before, but maybe you needed a .hmrc with prefered_types to trigger it.
The second bug or problem that I found is that the .hmrc resources don't seem to override the default values, but rather get added next to the them.
I tested this with inline_types.
This is not a blocking bug, but it may make it hard to configure hypermail.
-Jose Received on Tue 23 Nov 1999 04:51:09 PM GMT
This archive was generated by hypermail 2.3.0 : Sat 13 Mar 2010 03:46:11 AM GMT GMT