X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/5dd6771b28c257af405d7248639ed0e3bcdce38b..ae773e71c0efe0a8a7bb2f243e784c576e72c9e4:/uip/rcvstore.c diff --git a/uip/rcvstore.c b/uip/rcvstore.c index 3131076f..57091b4a 100644 --- a/uip/rcvstore.c +++ b/uip/rcvstore.c @@ -53,7 +53,8 @@ main (int argc, char **argv) { int publicsw = -1, zerosw = 0; int create = 1, unseensw = 1; - int fd, msgnum, seqp = 0; + int fd, msgnum; + size_t seqp = 0; char *cp, *maildir, *folder = NULL, buf[BUFSIZ]; char **argp, **arguments, *seqs[NUMATTRS+1]; struct msgs *mp;