Changeset: 6afacbd881b6 for MonetDB URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=6afacbd881b6 Modified Files: common/stream/stream.c Branch: Jan2014 Log Message:
Removed nonsensical comparison. diffs (12 lines): diff --git a/common/stream/stream.c b/common/stream/stream.c --- a/common/stream/stream.c +++ b/common/stream/stream.c @@ -3435,7 +3435,7 @@ wbs_write(stream *s, const void *buf, si size_t nbytes, reqsize = cnt * elmsize, todo = reqsize; wbs = (wbs_stream *) s->stream_data.p; - if (wbs == NULL || wbs->buf == NULL) + if (wbs == NULL) return -1; while (todo > 0) { int flush = 1; _______________________________________________ checkin-list mailing list checkin-list@monetdb.org https://www.monetdb.org/mailman/listinfo/checkin-list