Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: CVS commit: src/lib/libc/string



On Sat, Feb 23, 2008 at 03:18:04PM +0000, Christos Zoulas wrote:
> Log Message:
> fix lint issues.

Now that I finally understood that the problem here is that the unsigned
char is expanded to int due to the second operator, I would strongly
prefer to case the 7 and not the left side to u_int. Comments?

Joerg


Home | Main Index | Thread Index | Old Index