Changeset: 100baf611fbb for MonetDB URL: https://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=100baf611fbb Modified Files: common/stream/bz2_stream.c Branch: Oct2020 Log Message:
Fix false zlib dependency of bz_stream diffs (12 lines): diff --git a/common/stream/bz2_stream.c b/common/stream/bz2_stream.c --- a/common/stream/bz2_stream.c +++ b/common/stream/bz2_stream.c @@ -21,7 +21,7 @@ struct inner_state { int (*work)(bz_stream *strm, int flush); int (*end)(bz_stream *strm); bool eof_reached; - Bytef buf[64*1024]; + char buf[64*1024]; }; _______________________________________________ checkin-list mailing list checkin-list@monetdb.org https://www.monetdb.org/mailman/listinfo/checkin-list