Updated to reflect that all of the lists are on nongnu.org.
[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;