Changeset: 14edd4b91074 for MonetDB URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=14edd4b91074 Modified Files: gdk/gdk_project.c Branch: default Log Message:
Initialization. diffs (11 lines): diff --git a/gdk/gdk_project.c b/gdk/gdk_project.c --- a/gdk/gdk_project.c +++ b/gdk/gdk_project.c @@ -451,6 +451,7 @@ BATprojectchain(BAT **bats) cnt = BATcount(b); /* this will be the size of the output */ hseq = b->hseqbase; /* this will be the seqbase of the output */ tseq = oid_nil; /* initialize, but overwritten before use */ + off = 0; /* this will be the BUN offset into last BAT */ for (i = n = 0; b != NULL; n++, i++) { assert(BAThdense(b)); if (n > 0 && ba[i-1].vals == NULL) { _______________________________________________ checkin-list mailing list checkin-list@monetdb.org https://www.monetdb.org/mailman/listinfo/checkin-list