X-Git-Url: http://git.marmaro.de/?p=mmh;a=blobdiff_plain;f=sbr%2Fseq_list.c;h=148ecb90f4263aa663f84be387dcf4e2d82a9f82;hp=f051e38bd7879bd7da6c16dcc6b54f2588752403;hb=db62cda50055368e5f4ac51df787053f70706c30;hpb=6e5da31c92f5a3fa38e010052c5a7743bfe1cf11 diff --git a/sbr/seq_list.c b/sbr/seq_list.c index f051e38..148ecb9 100644 --- a/sbr/seq_list.c +++ b/sbr/seq_list.c @@ -91,8 +91,8 @@ seq_list(struct msgs *mp, char *seqname) /* ** Scan to the end of this message range */ - for (++i; i <= mp->hghmsg && does_exist(mp, i) && in_sequence(mp, seqnum, i); - ++i) + for (++i; i <= mp->hghmsg && does_exist(mp, i) && + in_sequence(mp, seqnum, i); ++i) ; if (i - j > 1) {