diff options
Diffstat (limited to 'contrib')
-rw-r--r-- | contrib/alter_stream.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/alter_stream.c b/contrib/alter_stream.c index 2c5d207b..5487c257 100644 --- a/contrib/alter_stream.c +++ b/contrib/alter_stream.c @@ -201,7 +201,7 @@ int main(int argc, char *argv[]) image.reflections = find_intersections(&image, image.indexed_cell); - write_chunk(ofh, &image, STREAM_INTEGRATED); + write_chunk(ofh, &image, NULL, STREAM_INTEGRATED); } |