]> diplodocus.org Git - nmh/blobdiff - uip/mhoutsbr.c
Create a test for the new mh-format processing available in comp(1).
[nmh] / 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;