projects
/
paraslash.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
sched: Rename new_post_select back to post_select.
[paraslash.git]
/
write_common.c
diff --git
a/write_common.c
b/write_common.c
index
db4374f
..
44ccf88
100644
(file)
--- a/
write_common.c
+++ b/
write_common.c
@@
-114,7
+114,7
@@
void register_writer_node(struct writer_node *wn, struct btr_node *parent,
strcpy(wn->task.status, name);
free(name);
wn->task.pre_select = w->pre_select;
- wn->task.
new_post_select = w->new_
post_select;
+ wn->task.
post_select = w->
post_select;
register_task(s, &wn->task);
}