On 10/27/07, Antoni Grzymala <antoni_AT_chopin.edu.pl> wrote:
<snip>
> Replying to you question from a latter e-mail, it only happens with my
> config.h so I'm including it for inspection.
what about removing NULL in
const char *tags[] = { "1", "2", "3", "4", "5", "6", "7", "8", "9", NULL };
so that it reads
const char *tags[] = { "1", "2", "3", "4", "5", "6", "7", "8", "9" };
?
does it solve your crash?
Received on Sat Oct 27 2007 - 13:14:24 UTC
This archive was generated by hypermail 2.2.0 : Sun Jul 13 2008 - 15:02:50 UTC