X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=compress_filter.c;h=d7162791b86d372562f690b464779b250519cbeb;hp=85c365caefaff629df8e7f52eb87f6be16ad2d71;hb=e065f3eec9be99d82da855bf3da38d8e86752fef;hpb=f6e2cbd7877d40f6eff2ea4ea09a131022a01764 diff --git a/compress_filter.c b/compress_filter.c index 85c365ca..d7162791 100644 --- a/compress_filter.c +++ b/compress_filter.c @@ -150,8 +150,7 @@ void compress_filter_init(struct filter *f) f->open = compress_open; f->close = compress_close; f->pre_select = generic_filter_pre_select; - f->new_post_select = compress_post_select; - f->post_select = NULL; + f->post_select = compress_post_select; f->parse_config = compress_parse_config; f->free_config = compress_free_config; f->help = (struct ggo_help) {