Applied, thanks.

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


res < 0 is impossible here: block[] is uchar array.
_______________________________________________
busybox mailing list
[email protected]
http://lists.busybox.net/mailman/listinfo/busybox

Reply via email to