On Fri, 28 Jun 2002, Brian Pane wrote: > remaining = h->alloc_len - e->length; > buf = h->base + e->start + e->length; > > Shouldn't that be "remaining = h->alloc_len - (e->length + e->start)"?
Ouch, quite likely. Will look into it. --Cliff
On Fri, 28 Jun 2002, Brian Pane wrote: > remaining = h->alloc_len - e->length; > buf = h->base + e->start + e->length; > > Shouldn't that be "remaining = h->alloc_len - (e->length + e->start)"?
Ouch, quite likely. Will look into it. --Cliff