mirror of
https://github.com/weechat/weechat.git
synced 2026-07-01 07:16:37 +02:00
api: fix type of value returned by functions utf8_prev_char, utf8_next_char and utf8_add_offset
This commit is contained in:
@@ -125,7 +125,7 @@ TEST(Utf8, Normalize)
|
||||
|
||||
TEST(Utf8, Move)
|
||||
{
|
||||
char *ptr;
|
||||
const char *ptr;
|
||||
|
||||
/* previous/next char */
|
||||
POINTERS_EQUAL(NULL, utf8_prev_char (NULL, NULL));
|
||||
|
||||
Reference in New Issue
Block a user