On Wed, Jul 30, 2008 at 08:01:55AM -0500, Stefan D?singer wrote:
It's not very clean to store -1 into unsigned variables, the previous code was better IMO.
ok, I'll resend
You probably need to specify ~0u otherwise the constant might be deemed to have the wrong type.
David