Changeset: 2211c583112d for MonetDB
URL: https://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=2211c583112d
Modified Files:
        gdk/gdk_logger.c
Branch: unlock
Log Message:

more windows compile fixes


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
@@ -1966,7 +1966,7 @@ static gdk_return
        if (sliced)
                offset = 0;
        if (b->ttype < TYPE_str && !isVIEW(b)) {
-               const void *t = BUNtail(bi, offset);
+               const void *t = BUNtail(bi, (BUN)offset);
 
                ok = wt(t, lg->output_log, (size_t)nr);
        } else {
_______________________________________________
checkin-list mailing list
checkin-list@monetdb.org
https://www.monetdb.org/mailman/listinfo/checkin-list

Reply via email to