X-Git-Url: http://git.tuebingen.mpg.de/?a=blobdiff_plain;ds=sidebyside;f=compress_filter.c;h=d7162791b86d372562f690b464779b250519cbeb;hb=573ed68b79ebbe62725672a9fae8eea00ac2e357;hp=85c365caefaff629df8e7f52eb87f6be16ad2d71;hpb=f6e2cbd7877d40f6eff2ea4ea09a131022a01764;p=paraslash.git 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) {