X-Git-Url: http://git.marmaro.de/?a=blobdiff_plain;f=uip%2Fpick.c;h=bd17c4551096b5f85ca0032f3322201fec545eaf;hb=025bb212470ef2945c9b7f57cb7fbfceb3e04e2c;hp=e0d61368af4c90ebd0053a7e1edffb0bffadca16;hpb=528f017cdebf19e2868bb77891e28e628defd13c;p=mmh diff --git a/uip/pick.c b/uip/pick.c index e0d6136..bd17c45 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;