Marin Ramesa, le Mon 02 Dec 2013 22:54:39 +0100, a écrit :
> -                     for ( ; (c != K_DONE) && (char_idx <= max);
> +                     for ( ; ((char)c != K_DONE) && (char_idx <= max);

I have rather made K_DONE an unsigned, simply.  It definitely has to be
an unsigned anyway, since it's 0xff...

Samuel

Reply via email to