X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=filter.c;h=40e3779eab4d22620125294e5024a443b18e6296;hp=7a95b1ebce27427e72579c221eedd8748c73fafd;hb=7007aedb78262af262e7e7db8d010c6498e79290;hpb=74c88020bd325865fe26ed25ea8ad0ace0924136 diff --git a/filter.c b/filter.c index 7a95b1eb..40e3779e 100644 --- a/filter.c +++ b/filter.c @@ -140,7 +140,7 @@ int main(int argc, char *argv[]) EMBRACE(.name = f->name, .parent = parent, .handler = f->execute, .context = fn)); fn->task.pre_select = f->pre_select; - fn->task.new_post_select = f->new_post_select; + fn->task.post_select = f->post_select; f->open(fn); register_task(&s, &fn->task); parent = fn->btrn;