[barcode] Prototype buglet in code128.c

Alessandro Rubini rubini@gnu.org
Sun, 11 Nov 2001 20:30:14 +0100


> -int Barcode_128b_verify(char *text)
> +int Barcode_128b_verify(unsigned char *text)

Right, though definitely benign (as code 128 only has positive chars).
There are other chars that ought to be unsigned, actually. Will fix.

/alessandro