summaryrefslogtreecommitdiff
path: root/buffer.c
diff options
context:
space:
mode:
Diffstat (limited to 'buffer.c')
-rw-r--r--buffer.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/buffer.c b/buffer.c
index ebefd1e..41d4e50 100644
--- a/buffer.c
+++ b/buffer.c
@@ -331,7 +331,8 @@ static Class_t BufferClass = {
0, /* set_geom */
get_data_pass_through, /* get_data */
0, /* pre-allocate */
- get_dosConvert_pass_through /* dos convert */
+ get_dosConvert_pass_through, /* dos convert */
+ 0, /* discard */
};
Stream_t *buf_init(Stream_t *Next, int size,