On Thu, Jul 03, 2003 at 04:15:04PM -0400, Gregory Stark wrote: > The attached patch straightens out this problem, it seems to work for me.
Checked in (with "memcmp() != 0" used instead of "!memcmp()"; my head always hurts when I see "!" used with "*cmp" routines, as those routines return 0 on A == B - and negative on A < B and positive on A > B, the intent being that you can use the desired operator to compare the result of the routine with 0 - so "!" means "equal", not "not equal").
