diff options
Diffstat (limited to 'src/core/wee-utf8.h')
-rw-r--r-- | src/core/wee-utf8.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/wee-utf8.h b/src/core/wee-utf8.h index df6ef1c46..ca599f10b 100644 --- a/src/core/wee-utf8.h +++ b/src/core/wee-utf8.h @@ -50,6 +50,6 @@ extern int utf8_char_size_screen (const char *string); extern char *utf8_add_offset (const char *string, int offset); extern int utf8_real_pos (const char *string, int pos); extern int utf8_pos (const char *string, int real_pos); -extern char *utf8_strndup (const char *string, int max_chars); +extern char *utf8_strndup (const char *string, int length); #endif /* wee-utf8.h */ |