Re: [E-devel] Re: E CVS: e kwo

2004-10-20 Thread Michael Jennings
On Thursday, 21 October 2004, at 02:58:12 (+0200), Marco wrote: > even better, alloca :) Please be kidding. Michael -- Michael Jennings (a.k.a. KainX) http://www.kainx.org/ <[EMAIL PROTECTED]> n + 1, Inc., http://www.nplus1.net/ Author, Eterm (www.eterm.org) ---

Re: [E-devel] Re: E CVS: e kwo

2004-10-20 Thread Marco
Mike Frysinger <[EMAIL PROTECTED]> writes: > On Wednesday 20 October 2004 07:15 pm, Michael Jennings wrote: > > On Wednesday, 20 October 2004, at 14:53:05 (-0700), > > > > E CVS List wrote: > > > - chars[1024], *names[ENLIGHTENMENT_CONF_NUM_DESKTOPS]; > > > + char

Re: [E-devel] Re: E CVS: e kwo

2004-10-20 Thread Mike Frysinger
On Wednesday 20 October 2004 07:15 pm, Michael Jennings wrote: > On Wednesday, 20 October 2004, at 14:53:05 (-0700), > > E CVS List wrote: > > - chars[1024], *names[ENLIGHTENMENT_CONF_NUM_DESKTOPS]; > > + chars[1024], *names[Conf.desks.num]; > > I don't believe t

[E-devel] Re: E CVS: e kwo

2004-10-20 Thread Michael Jennings
On Wednesday, 20 October 2004, at 14:53:05 (-0700), E CVS List wrote: > - chars[1024], *names[ENLIGHTENMENT_CONF_NUM_DESKTOPS]; > + chars[1024], *names[Conf.desks.num]; I don't believe this is legal. You'll need to use malloc(). Michael -- Michael Jennings