X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/5dd6771b28c257af405d7248639ed0e3bcdce38b..f8fbdbb1b19aa825f27b850fb67a553730fb7351:/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;