Changeset: 7ccacd8b5988 for MonetDB
URL: https://dev.monetdb.org/hg/MonetDB/rev/7ccacd8b5988
Modified Files:
gdk/gdk_string.c
Branch: Dec2025
Log Message:
Fix asserts.
diffs (19 lines):
diff --git a/gdk/gdk_string.c b/gdk/gdk_string.c
--- a/gdk/gdk_string.c
+++ b/gdk/gdk_string.c
@@ -1251,7 +1251,6 @@ compute_next_single_str(size_t *mglp, ch
if (!empty)
next_group_length += separator_length;
} else { /* sep case */
- assert(sep != NULL);
const char *sl = BUNtvar(*sepi, m);
next_group_length += strlen(sb);
@@ -1296,7 +1295,6 @@ compute_next_single_str(size_t *mglp, ch
offset += separator_length;
}
} else { /* sep case */
- assert(sep != NULL);
const char *sl = BUNtvar(*sepi, m);
if (!empty && !strNil(sl)) {
_______________________________________________
checkin-list mailing list -- [email protected]
To unsubscribe send an email to [email protected]