projects
/
paraslash.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Remove an overambitious sanity check in the fecdec filter.
[paraslash.git]
/
filter.c
diff --git
a/filter.c
b/filter.c
index
96880b7
..
9311a20
100644
(file)
--- a/
filter.c
+++ b/
filter.c
@@
-159,7
+159,7
@@
int main(int argc, char *argv[])
stdin_set_defaults(sit);
sit->buf = para_malloc(sit->bufsize),
- filter_init(
filters
);
+ filter_init();
ret = parse_config(argc, argv);
if (ret < 0)
goto out;