On Friday, August 8, 2008 8:18 am Prarit Bhargava wrote:
Yeah generally you need to cast values like this when working with real
unsigned long values rather than ints, but this *should* still be safe
(barring a compiler bug). The return type is unsigned long, so even if you
just return 0xffffffff the right thing should still happen...
Jesse
--