Changeset: b52ff7653458 for MonetDB
URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=b52ff7653458
Modified Files:
gdk/gdk_bat.c
Branch: Jul2012
Log Message:
Copy-paste error.
Found by coverity.
diffs (12 lines):
diff --git a/gdk/gdk_bat.c b/gdk/gdk_bat.c
--- a/gdk/gdk_bat.c
+++ b/gdk/gdk_bat.c
@@ -1018,7 +1018,7 @@ BATcopy(BAT *b, int ht, int tt, int writ
bn->H->nonil = b->H->nonil;
} else {
bn->hsorted = bn->hrevsorted = (cnt <= 1 &&
BATatoms[b->htype].linear);
- bn->hdense = bn->T->nonil = 0;
+ bn->hdense = bn->H->nonil = 0;
}
if (ATOMtype(tt) == ATOMtype(b->ttype)) {
ALIGNsetT(bn, b);
_______________________________________________
Checkin-list mailing list
[email protected]
http://mail.monetdb.org/mailman/listinfo/checkin-list