Re: strange problem (bug?) with set_inline_types

From: <jose.kahan_at_w3.org_at_hypermail-project.org>
Date: Tue, 23 Nov 1999 15:50:09 +0100 (MET)
Message-Id: <199911231450.PAA16901_at_tuvalu.inrialpes.fr>


Ok, I solved the problem and found a new bug :)

Looks like this problem was just a typo:

Index: setup.c



RCS file: /cvs/hypermail/hypermail/src/setup.c,v retrieving revision 1.19
diff -r1.19 setup.c
423c423
<                   (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