Changeset: 12d8ed5afed7 for MonetDB
URL: https://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=12d8ed5afed7
Modified Files:
monetdb5/modules/mal/tablet.c
Branch: default
Log Message:
Merge with Apr2019 branch.
diffs (12 lines):
diff --git a/monetdb5/modules/mal/tablet.c b/monetdb5/modules/mal/tablet.c
--- a/monetdb5/modules/mal/tablet.c
+++ b/monetdb5/modules/mal/tablet.c
@@ -1247,7 +1247,7 @@ mkdfa(const unsigned char *sep, size_t s
for (i = 0; i < seplen; i++)
dfa[i][sep[0]] = 1;
for (j = 0; j < seplen; j++) {
- dfa[j][sep[j]] = j + 1;
+ dfa[j][sep[j]] = (unsigned char) (j + 1);
for (k = 0; k < j; k++) {
for (i = 0; i < j - k; i++)
if (sep[k + i] != sep[i])
_______________________________________________
checkin-list mailing list
[email protected]
https://www.monetdb.org/mailman/listinfo/checkin-list