On Thu Nov 30 22:00:38 2023 +0000, Zebediah Figura wrote:
This cast should be unnecessary. I'd also make this an ERR or FIXME.
My thinking was that uint32_t is unsigned long, so it needs a cast.
But you're right, that's wrong. This is Unix side code, so uint32_t is not unsigned long. Fixed.