On Mon, 22 Nov 1999, John Bley wrote:
> > > Read from uninitialized (rui):
> > Please try this: Make the last 4 statements of that function, around
> > line 450:
> >
> > me->cells[me->ncells + colspan].pos = -1; /* not yet used */
> > me->cells[me->ncells + colspan].alignment = HT_ALIGN_NONE;
> > me->ncells++;
> > return (me->ncells - 1);
>
> Indeed, that solved it. Wow, distributed
> debugging really works. :-)
Well this removed the 'rui', but I now find it also happily blows away
RESERVEDCELL after we go to much trouble to put it there... IOW it breaks
ROWSPAN handling (although not in all cases). I will send a better patch.
Klaus