On 2/25/12, Sylvain Munaut 246tnt@gmail.com wrote:
cnt = buflen & 0x1F;
but I think it will not be readable for other people.
It would also be wrong ...
32 & 0x1F = 0 ...
Yes, my fault, it should saturate on 31 if buflen bigger than 31.
So, let us keep this if/else.
BR,
Alan