Re: bug in bitfield code

From: The Green Dragon (crimson@escape.com)
Date: 03/07/96


	no actually .. i found ... that bug some time ago myself too .. 
don't rember much else besides finding .. though .. 
	
On Thu, 7 Mar 1996, Jeremy Elson wrote:

> 
> > I found a bug in the bitfield code.
> > In utils.h there is a macro RESETBITS
> > 
> > in this macro the line:
> >                                     *b &= !(*c); }
> > should be changed to:
> >                                     *b &= ~(*c); }
> 
> I can't find any such macro anywhere in Circle.  Are you sure that isn't
> a change one of your local coders made?
> 
> -j
> 



This archive was generated by hypermail 2b30 : 12/07/00 PST