]> git.marmaro.de Git - mmh/blobdiff - uip/mhoutsbr.c
Changed types and added casts so that build is clean with gcc -Wsign-compare.
[mmh] / uip / mhoutsbr.c
index 265145278a9534179a554ac0e68728156a04f7f1..72e7bd40f7dae70896db9a2ee3213bc93ba58982 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;