Changeset: 787844c9be65 for MonetDB
URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=787844c9be65
Modified Files:
gdk/gdk_bitvector.c
Branch: mosaic
Log Message:
Compilation issue
diffs (12 lines):
diff --git a/gdk/gdk_bitvector.c b/gdk/gdk_bitvector.c
--- a/gdk/gdk_bitvector.c
+++ b/gdk/gdk_bitvector.c
@@ -42,7 +42,7 @@ void initBitMasks(void)
size_t
getBitVectorSize(const BUN cnt, const int width)
{
- lng size;
+ size_t size;
size = ((cnt * width) / BITS + ((cnt * width) % BITS ) > 0) *
sizeof(unsigned int);
return size;
}
_______________________________________________
checkin-list mailing list
[email protected]
https://www.monetdb.org/mailman/listinfo/checkin-list