X-Git-Url: http://git.tuebingen.mpg.de/?a=blobdiff_plain;f=write_common.c;h=66f097afa0b845822cd98096d03ef65c7bee5744;hb=70ee2199d293268fac6453a8ec6b3b39d2553f7b;hp=b05a9e9839e8e5bf6e37531f81307cb8a08318dc;hpb=7d473d0025bc76374f55ca2b135b6e2f70ae4a1e;p=paraslash.git diff --git a/write_common.c b/write_common.c index b05a9e98..66f097af 100644 --- a/write_common.c +++ b/write_common.c @@ -85,8 +85,8 @@ void register_writer_node(struct writer_node *wn, struct btr_node *parent) strcpy(wn->task.status, name); free(name); ret = w->open(wn); - wn->task.post_select = w->post_select_btr; - wn->task.pre_select = w->pre_select_btr; + wn->task.post_select = w->post_select; + wn->task.pre_select = w->pre_select; register_task(&wn->task); }