summaryrefslogtreecommitdiffstats
path: root/utf8.c
diff options
context:
space:
mode:
authorThomas Adam <thomas@xteddy.org>2023-07-01 02:01:10 +0100
committerThomas Adam <thomas@xteddy.org>2023-07-01 02:01:10 +0100
commit9cf58d1a52adf4c2d2d93b0bc455ffa8dbb134e9 (patch)
tree4c365a77c603d800492fa4da0d4c6c72c9a10f44 /utf8.c
parent237ee6f2311b351b8a3bb3b46e17622f6e3b6bb9 (diff)
parenta2a02fd7d75a9d866570261fd428fefa773a6bf8 (diff)
Merge branch 'obsd-master'
Diffstat (limited to 'utf8.c')
-rw-r--r--utf8.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/utf8.c b/utf8.c
index 042ddf89..0c5a1287 100644
--- a/utf8.c
+++ b/utf8.c
@@ -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;