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