Changeset: e9815c9b7bd9 for MonetDB
URL: https://dev.monetdb.org/hg/MonetDB/rev/e9815c9b7bd9
Modified Files:
gdk/gdk_logger.c
Branch: Mar2025
Log Message:
Fix compilation error on Mic-Win-i32
diffs (12 lines):
diff --git a/gdk/gdk_logger.c b/gdk/gdk_logger.c
--- a/gdk/gdk_logger.c
+++ b/gdk/gdk_logger.c
@@ -478,7 +478,7 @@ log_read_updates(logger *lg, trans *tr,
lg->rbuf = t;
lg->rbufsize = tlen;
if (!lg->flushing && !skip_entry) {
- r = BATconstant(0, tpe, t, nr,
PERSISTENT);
+ r = BATconstant(0, tpe, t, (BUN) nr,
PERSISTENT);
if (r == NULL) {
TRC_CRITICAL(GDK, "create const
bat failed\n");
res = LOG_ERR;
_______________________________________________
checkin-list mailing list -- [email protected]
To unsubscribe send an email to [email protected]