Re: bug in bitfield code

From: Jaco van Iterson (J.C.vanIterson@ET.TUDelft.NL)
Date: 03/07/96


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
> 

It's in the bitfield code which is in the incomming directory of
the circle FTP site.

Well at least it was there, I can't connect to check right now.

Jaco.



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