bug in bitfield code

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


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); }


Exept for that bug the bitfield code works great.


Jaco



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