X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=write_common.c;h=44ccf88a16aed816cb6054e09419b232d5690895;hp=a4f908acc187d3a3e96b831fdbafa45ec0c7bd02;hb=bb5101625c76c3bfa5fe516e6e669a43108ff597;hpb=3879481ddabc38236b9eee979a090c2a9bfa74d3 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); }