string compare must be on unsigned chars
authorceriel <none@none>
Tue, 19 May 1987 08:51:48 +0000 (08:51 +0000)
committerceriel <none@none>
Tue, 19 May 1987 08:51:48 +0000 (08:51 +0000)
lang/pc/libpc/bcp.c

index 219c0b1..ef8edf6 100644 (file)
@@ -18,7 +18,7 @@
 
 /* Author: J.W. Stevenson */
 
-int _bcp(sz,y,x) int sz; char *y,*x; {
+int _bcp(sz,y,x) int sz; unsigned char *y,*x; {
 
        while (--sz >= 0) {
                if (*x < *y)