X-Git-Url: http://git.tuebingen.mpg.de/?a=blobdiff_plain;f=amp_filter.c;h=a6bfca25acd3126562d14a198e64ac1459a1b988;hb=f8931d4607fdf8cb98761b9814d068256d2925a3;hp=78a70f972f0ae58a1c10f14d6d032847a14c1536;hpb=ac3371140ad3047476b6bc0f479d11cbdf60ffc5;p=paraslash.git diff --git a/amp_filter.c b/amp_filter.c index 78a70f97..a6bfca25 100644 --- a/amp_filter.c +++ b/amp_filter.c @@ -134,8 +134,7 @@ void amp_filter_init(struct filter *f) f->open = amp_open; f->close = amp_close; f->pre_select = generic_filter_pre_select; - f->new_post_select = amp_post_select; - f->post_select = NULL; + f->post_select = amp_post_select; f->parse_config = amp_parse_config; f->free_config = amp_free_config; f->help = (struct ggo_help) {