Changeset: b93f4c5c13e2 for MonetDB
URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=b93f4c5c13e2
Modified Files:
        monetdb5/modules/atoms/json.c
Branch: Jun2016
Log Message:

Typo.


diffs (12 lines):

diff --git a/monetdb5/modules/atoms/json.c b/monetdb5/modules/atoms/json.c
--- a/monetdb5/modules/atoms/json.c
+++ b/monetdb5/modules/atoms/json.c
@@ -2196,7 +2196,7 @@ JSONjsonaggr(BAT **bnp, BAT *b, BAT *g, 
                freeg = 1;
                if (t2->ttype == TYPE_void) {
                        map = NULL;
-                       mapoff = b->tseqbase;
+                       mapoff = t2->tseqbase;
                } else {
                        map = (const oid *) Tloc(t2, BUNfirst(t2));
                }
_______________________________________________
checkin-list mailing list
checkin-list@monetdb.org
https://www.monetdb.org/mailman/listinfo/checkin-list

Reply via email to