Changeset: 2af07c960049 for MonetDB
URL: https://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=2af07c960049
Modified Files:
gdk/gdk_align.c
Branch: Jul2017
Log Message:
Initialize properly.
diffs (12 lines):
diff --git a/gdk/gdk_align.c b/gdk/gdk_align.c
--- a/gdk/gdk_align.c
+++ b/gdk/gdk_align.c
@@ -89,7 +89,7 @@ ALIGNsetT(BAT *b1, BAT *b2)
b1->tnokey[0] = b2->tnokey[0];
b1->tnokey[1] = b2->tnokey[1];
} else {
- b1->tnokey[0] = b1->tnokey[1];
+ b1->tnokey[0] = b1->tnokey[1] = 0;
}
b1->tnosorted = b2->tnosorted;
b1->tnodense = b2->tnodense;
_______________________________________________
checkin-list mailing list
[email protected]
https://www.monetdb.org/mailman/listinfo/checkin-list