X-Git-Url: http://git.tuebingen.mpg.de/?a=blobdiff_plain;f=write_common.c;h=44ccf88a16aed816cb6054e09419b232d5690895;hb=3ad5b03e1afa554220a516f3941b2ef5348fcc19;hp=a4f908acc187d3a3e96b831fdbafa45ec0c7bd02;hpb=3879481ddabc38236b9eee979a090c2a9bfa74d3;p=paraslash.git diff --git a/write_common.c b/write_common.c index a4f908ac..44ccf88a 100644 --- a/write_common.c +++ b/write_common.c @@ -113,8 +113,8 @@ void register_writer_node(struct writer_node *wn, struct btr_node *parent, .handler = w->execute, .context = wn)); strcpy(wn->task.status, name); free(name); - wn->task.post_select = w->post_select; wn->task.pre_select = w->pre_select; + wn->task.post_select = w->post_select; register_task(s, &wn->task); }