]> git.marmaro.de Git - mmh/blobdiff - uip/mhmail.c
Changed types and added casts so that build is clean with gcc -Wsign-compare.
[mmh] / uip / mhmail.c
index 990776ca12dc1cbd6a4a5ac9713b7e85388e343c..f5e5384adcc45248c9faf30a87d367cf0523ffe7 100644 (file)
@@ -44,7 +44,8 @@ int
 main (int argc, char **argv)
 {
     pid_t child_id;
-    int status, i, iscc = 0, nvec;
+    int status, iscc = 0, nvec;
+    size_t i;
     int queued = 0, resent = 0, somebody;
     char *cp, *tolist = NULL, *cclist = NULL, *subject = NULL;
     char *from = NULL, *body = NULL, **argp, **arguments;