18 Oct
2005
18 Oct
'05
3:40 p.m.
Joe Maimon <jmaimon@ttec.com> wrote:
*pitem = state->stack[state->depth - 1]; + if(state->depth > 1) + state->depth--;
I don't think that's correct. See the "pop/push" code a few lines below. I've committed a partial set of your patches, and am going over the rest. Alan DeKok.