diff options
Diffstat (limited to 'src/common/utf8.c')
-rw-r--r-- | src/common/utf8.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/utf8.c b/src/common/utf8.c index a2f4fdd..ddd51ee 100644 --- a/src/common/utf8.c +++ b/src/common/utf8.c @@ -83,7 +83,7 @@ blogc_utf8_validate(const uint8_t *str, size_t len) bool -blogc_utf8_validate_str(sb_string_t *str) +blogc_utf8_validate_str(bc_string_t *str) { return blogc_utf8_validate((uint8_t*) str->str, str->len); } |