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]
/
fecdec_filter.c
diff --git
a/fecdec_filter.c
b/fecdec_filter.c
index
f1bd885
..
2f0a674
100644
(file)
--- a/
fecdec_filter.c
+++ b/
fecdec_filter.c
@@
-491,5
+491,5
@@
void fecdec_filter_init(struct filter *f)
f->close = fecdec_close;
f->open = fecdec_open;
f->pre_select = generic_filter_pre_select;
- f->
new_
post_select = fecdec_post_select;
+ f->post_select = fecdec_post_select;
}