Changeset: 7ee24b6de52c for MonetDB
URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=7ee24b6de52c
Modified Files:
gdk/gdk_bbp.c
Branch: default
Log Message:
Add a cast.
diffs (12 lines):
diff --git a/gdk/gdk_bbp.c b/gdk/gdk_bbp.c
--- a/gdk/gdk_bbp.c
+++ b/gdk/gdk_bbp.c
@@ -1160,7 +1160,7 @@ BBPreadEntries(FILE *fp, int *min_stamp,
#endif
)
GDKfatal("BBPinit: head seqbase out of range
(ID = "LLFMT", seq = "LLFMT").", batid, base);
- bs->B.hseqbase = base;
+ bs->B.hseqbase = (oid) base;
}
nread += heapinit(&bs->T, buf + nread, &Thashash, "T", oidsize,
bbpversion, bid);
nread += vheapinit(&bs->T, buf + nread, Thashash, bid);
_______________________________________________
checkin-list mailing list
[email protected]
https://www.monetdb.org/mailman/listinfo/checkin-list