diff options
Diffstat (limited to 'common/stringhelp.h')
-rw-r--r-- | common/stringhelp.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/stringhelp.h b/common/stringhelp.h index a84c81b3f..b34d28b89 100644 --- a/common/stringhelp.h +++ b/common/stringhelp.h @@ -64,7 +64,7 @@ int hextobyte (const char *s); char *sanitize_buffer (const void *p, size_t n, int delim); -size_t utf8_charcount (const char *s); +size_t utf8_charcount (const char *s, int len); #ifdef HAVE_W32_SYSTEM |