X-Git-Url: http://git.marmaro.de/?a=blobdiff_plain;f=uip%2Fpicksbr.c;h=4073919d61835e16f6b5313a15ca8073757f0759;hb=8139180649a758e0766757952e87b20e88fdd3ed;hp=26401f4841d92d808a9d484debe9ce866655f2fe;hpb=f311d0371d3585ad4f97a69de9669dd49197686a;p=mmh diff --git a/uip/picksbr.c b/uip/picksbr.c index 26401f4..4073919 100644 --- a/uip/picksbr.c +++ b/uip/picksbr.c @@ -80,7 +80,7 @@ static struct swit parswit[] = { static char linebuf[LBSIZE + 1]; /* the magic array for case-independence */ -static char cc[] = { +static unsigned char cc[] = { 0000,0001,0002,0003,0004,0005,0006,0007, 0010,0011,0012,0013,0014,0015,0016,0017, 0020,0021,0022,0023,0024,0025,0026,0027, @@ -656,12 +656,11 @@ static int GREPaction (params) plist { - NMH_UNUSED (msgnum); - int c, body, lf; long pos = start; register char *p1, *p2, *ebp, *cbp; char ibuf[BUFSIZ]; + NMH_UNUSED (msgnum); fseek (fp, start, SEEK_SET); body = 0; @@ -931,12 +930,11 @@ static int TWSaction (params) plist { - NMH_UNUSED (stop); - int state; register char *bp; char buf[BUFSIZ], name[NAMESZ]; register struct tws *tw; + NMH_UNUSED (stop); fseek (fp, start, SEEK_SET); for (state = FLD, bp = NULL;;) {