Changed types and added casts so that build is clean with gcc -Wsign-compare.
[mmh] / uip / mhoutsbr.c
index f82cc6c..130b4e5 100644 (file)
@@ -429,7 +429,7 @@ writeBase64(CT ct, FILE *out)
 int
 writeBase64aux(FILE *in, FILE *out)
 {
-       int cc, n;
+       unsigned int cc, n;
        char inbuf[3];
 
        n = BPERLIN;