Changeset: 2f4b267913af for MonetDB
URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=2f4b267913af
Modified Files:
gdk/gdk_select.c
Branch: Oct2014
Log Message:
Add a cast for Visual Studio.
diffs (12 lines):
diff --git a/gdk/gdk_select.c b/gdk/gdk_select.c
--- a/gdk/gdk_select.c
+++ b/gdk/gdk_select.c
@@ -185,7 +185,7 @@ BAT_hashselect(BAT *b, BAT *s, BAT *bn,
seq = b->hseqbase;
if (VIEWtparent(b)) {
BAT *b2 = BBPdescriptor(-VIEWtparent(b));
- l = ((b->T->heap.base - b2->T->heap.base) >> b->T->shift) +
BUNfirst(b);
+ l = (BUN) ((b->T->heap.base - b2->T->heap.base) >> b->T->shift)
+ BUNfirst(b);
h = l + BATcount(b);
b = b2;
} else {
_______________________________________________
checkin-list mailing list
[email protected]
https://www.monetdb.org/mailman/listinfo/checkin-list