buffer is compared with cp, and so needs to be changed to unsigned too.
authorJoel Reicher <jjr@panacea.null.org>
Tue, 17 Apr 2007 04:53:54 +0000 (04:53 +0000)
committerJoel Reicher <jjr@panacea.null.org>
Tue, 17 Apr 2007 04:53:54 +0000 (04:53 +0000)
uip/post.c

index 1f706fe..d99da1f 100644 (file)
@@ -1288,7 +1288,7 @@ static int
 find_prefix (void)
 {
     int        len, result;
-    char buffer[BUFSIZ];
+    unsigned char buffer[BUFSIZ];
     FILE *in;
 
     if ((in = fopen (tmpfil, "r")) == NULL)