X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/528f017cdebf19e2868bb77891e28e628defd13c..d1622b3fcf620fb6dbd1a8eeb46fd368e0e3d460:/uip/pick.c diff --git a/uip/pick.c b/uip/pick.c index e0d61368..bd17c455 100644 --- a/uip/pick.c +++ b/uip/pick.c @@ -2,8 +2,6 @@ /* * pick.c -- search for messages by content * - * $Id$ - * * This code is Copyright (c) 2002, 2008, by the authors of nmh. See the * COPYRIGHT file in the root directory of the nmh distribution for * complete copyright information. @@ -73,7 +71,8 @@ static void putzero_done (int) NORETURN; int main (int argc, char **argv) { - int publicsw = -1, zerosw = 1, seqp = 0, vecp = 0; + int publicsw = -1, zerosw = 1, vecp = 0; + size_t seqp = 0; int lo, hi, msgnum; char *maildir, *folder = NULL, buf[100]; char *cp, **argp, **arguments;