Merge branch 'obsd-master'

This commit is contained in:
Thomas Adam
2023-07-01 02:01:10 +01:00
5 changed files with 8 additions and 7 deletions

2
utf8.c
View File

@ -94,7 +94,7 @@ utf8_item_by_index(u_int index)
/* Add a UTF-8 item. */
static int
utf8_put_item(const char *data, size_t size, u_int *index)
utf8_put_item(const u_char *data, size_t size, u_int *index)
{
struct utf8_item *ui;