Merge branch 'obsd-master'

pull/3621/head
Thomas Adam 2023-07-03 12:01:09 +01:00
commit 659d876cd5
1 changed files with 1 additions and 1 deletions

2
utf8.c
View File

@ -71,7 +71,7 @@ static u_int utf8_next_index;
/* Get a UTF-8 item from data. */
static struct utf8_item *
utf8_item_by_data(const char *data, size_t size)
utf8_item_by_data(const u_char *data, size_t size)
{
struct utf8_item ui;