Changeset: 1c38e665ea2d for MonetDB
URL: https://dev.monetdb.org/hg/MonetDB/rev/1c38e665ea2d
Modified Files:
        monetdb5/modules/atoms/str.c
Branch: default
Log Message:

Merge with Aug2024 branch.


diffs (12 lines):

diff --git a/monetdb5/modules/atoms/str.c b/monetdb5/modules/atoms/str.c
--- a/monetdb5/modules/atoms/str.c
+++ b/monetdb5/modules/atoms/str.c
@@ -1944,7 +1944,7 @@ STRselect(MalStkPtr stk, InstrPtr pci,
                        bn->tnonil = true;
                        bn->tseqbase = rcnt == 0 ?
                                0 : rcnt == 1 ?
-                               *(const oid *) Tloc(bn, 0) : rcnt == ci.ncand 
&& ci.tpe == cand_dense ? ci.hseq : oid_nil;
+                               *(const oid *) Tloc(bn, 0) : rcnt == ci.ncand 
&& ci.tpe == cand_dense ? ci.seq : oid_nil;
 
                        if (with_strimps_anti) {
                                BAT *rev;
_______________________________________________
checkin-list mailing list -- checkin-list@monetdb.org
To unsubscribe send an email to checkin-list-le...@monetdb.org

Reply via email to