summaryrefslogtreecommitdiff
path: root/filter.c
diff options
context:
space:
mode:
Diffstat (limited to 'filter.c')
-rw-r--r--filter.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/filter.c b/filter.c
index 11d8158..00b9eff 100644
--- a/filter.c
+++ b/filter.c
@@ -150,7 +150,9 @@ static Class_t FilterClass = {
free_filter,
0, /* set geometry */
get_data_pass_through,
- 0
+ 0,
+ 0, /* get_dosconvert */
+ 0 /* discard */
};
Stream_t *open_filter(Stream_t *Next, int convertCharset UNUSEDP)