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