X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=write_common.c;h=44ccf88a16aed816cb6054e09419b232d5690895;hp=602f94d893940aae8db06954f493919113eb4b57;hb=1775d4d4147730e79e48aa941aee88580b8beb08;hpb=8fa50e3e39b4f65dea2a694dc064038a41036642 diff --git a/write_common.c b/write_common.c index 602f94d8..44ccf88a 100644 --- a/write_common.c +++ b/write_common.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2012 Andre Noll + * Copyright (C) 2006-2013 Andre Noll * * Licensed under the GPL v2. For licencing details see COPYING. */ @@ -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); }