Changeset: 3e1aec876a9b for MonetDB
URL: https://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=3e1aec876a9b
Modified Files:
        sql/backends/monet5/sql.c
Branch: default
Log Message:

Small fix


diffs (12 lines):

diff --git a/sql/backends/monet5/sql.c b/sql/backends/monet5/sql.c
--- a/sql/backends/monet5/sql.c
+++ b/sql/backends/monet5/sql.c
@@ -3954,7 +3954,7 @@ month_interval_str(Client cntxt, MalBlkP
                        const str next = BUNtail(bi, i);
 
                        if (strNil(next)) {
-                               *ret = int_nil;
+                               ret[i] = int_nil;
                        } else {
                                lng upcast;
                                if (interval_from_str(next, d, sk, &upcast) < 
0) {
_______________________________________________
checkin-list mailing list
[email protected]
https://www.monetdb.org/mailman/listinfo/checkin-list

Reply via email to