X-Git-Url: http://git.marmaro.de/?a=blobdiff_plain;f=sbr%2Fseq_read.c;h=985c61e843a9813890e7bad71a6bcf8e0fe5c572;hb=987fadb3bd0a40e55ba4e228dc0ef4269893a2ad;hp=f36edb56cfb8cf5cc9f79d0b0d45088fd9dced2e;hpb=82a21b6f3cddf8ab048dcb02c080ea9797c73c5a;p=mmh diff --git a/sbr/seq_read.c b/sbr/seq_read.c index f36edb5..985c61e 100644 --- a/sbr/seq_read.c +++ b/sbr/seq_read.c @@ -3,14 +3,13 @@ * seq_read.c -- read the .mh_sequence file and * -- initialize sequence information * - * $Id$ - * * This code is Copyright (c) 2002, by the authors of nmh. See the * COPYRIGHT file in the root directory of the nmh distribution for * complete copyright information. */ #include +#include /* * static prototypes @@ -159,7 +158,8 @@ seq_private (struct msgs *mp) static int seq_init (struct msgs *mp, char *name, char *field) { - int i, j, k, is_current; + unsigned int i; + int j, k, is_current; char *cp, **ap; /*