X-Git-Url: http://git.marmaro.de/?p=mmh;a=blobdiff_plain;f=sbr%2Fseq_list.c;h=148ecb90f4263aa663f84be387dcf4e2d82a9f82;hp=f051e38bd7879bd7da6c16dcc6b54f2588752403;hb=c84cfab8f077f7e1929de69ba82587d999f769d9;hpb=d3ba09a465cb0e5fc9a74d0b152a7ed965f895cb 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) {