Changeset: 6dd1c2c7c008 for MonetDB
URL: https://dev.monetdb.org/hg/MonetDB/rev/6dd1c2c7c008
Modified Files:
        gdk/gdk_string.c
Branch: pushcands
Log Message:

Fix error message


diffs (12 lines):

diff --git a/gdk/gdk_string.c b/gdk/gdk_string.c
--- a/gdk/gdk_string.c
+++ b/gdk/gdk_string.c
@@ -1101,7 +1101,7 @@ BATstr_group_concat(ValPtr res, BAT *b, 
        if (sep) {
                BUN ncand2 = canditer_init(&ci2, sep, s2);
                if (ncand != ncand2) {
-                       GDKerror("b1, b2 must be aligned\n");
+                       GDKerror("b and sep must be aligned\n");
                        return GDK_FAIL;
                }
                if (ncand2 == 1) { /* Only one element in sep */
_______________________________________________
checkin-list mailing list
checkin-list@monetdb.org
https://www.monetdb.org/mailman/listinfo/checkin-list

Reply via email to