Changeset: c53196ba9bbc for MonetDB
URL: https://dev.monetdb.org/hg/MonetDB/rev/c53196ba9bbc
Modified Files:
monetdb5/modules/atoms/str.c
Branch: default
Log Message:
Merge with Dec2023 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
@@ -3851,6 +3851,8 @@ str_is_isuffix(const char *s, const char
;
}
}
+ while ((*sf & 0xC0) == 0x80)
+ sf++;
return *sf != 0 || utf8casecmp(e, suffix) != 0;
}
_______________________________________________
checkin-list mailing list -- [email protected]
To unsubscribe send an email to [email protected]