[PATCH] i2c-tools: new applets

Denys Vlasenko vda.linux at googlemail.com
Tue Feb 10 02:17:56 UTC 2015


Applied, thanks.

> +                               res = block[i+j];
> +                               if (res < 0) {
> +                                       printf("X");
> +                               } else


res < 0 is impossible here: block[] is uchar array.


More information about the busybox mailing list