On Sat, Oct 27, 2007 at 01:14:22PM +0200, Tuncer Ayaz wrote:
> 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?
>
I had this same problem when I tried to modify my custom config to suit
dwm 4.6. After about 30 minutes of tinkering with my config.h, I
_finally_ found the difference there. What was changed that made it so
that the array doesn't require NULL termination? Just curious.
-- Jeremy O'Brien aka neutral_insomniac GPG key: 0xB1140FDB http://pohl.ececs.uc.edu/~jeremy/jeremy.asc Linux ambelina 2.6.22.9 #1 SMP PREEMPT i686 Intel(R) Pentium(R) M processor 1400MHz GenuineIntel GNU/Linux
This archive was generated by hypermail 2.2.0 : Sun Jul 13 2008 - 15:03:05 UTC