X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=fecdec_filter.c;h=d7427c2b251b7878aca48c06bc25e9ddfeef10b3;hp=1ff4abbbed26122644ff47ad42a5c44f0bc3d5d3;hb=89761226c7b5fc9e49646e4040ce00a41b15a069;hpb=d1f203ea37e3b3ca0ac6db268331961caa47d705 diff --git a/fecdec_filter.c b/fecdec_filter.c index 1ff4abbb..d7427c2b 100644 --- a/fecdec_filter.c +++ b/fecdec_filter.c @@ -104,7 +104,7 @@ struct private_fecdec_data { /** Iterate over all fecdec groups. */ #define FOR_EACH_FECDEC_GROUP(g, d) for (g = (d)->groups; \ - (g) - (d)->groups < NUM_FEC_GROUPS; (g)++) + (g) < (d)->groups + NUM_FEC_GROUPS; (g)++) static int group_complete(struct fecdec_group *fg) {