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 3c23a1b..c5cfa03 100644 --- a/src/common/utf8.c +++ b/src/common/utf8.c @@ -39,7 +39,7 @@ * * ******************************************************************************/ -unichar_t decode_utf8_char(const char *text, size_t len, size_t *consumed) +unichar_t decode_utf8_char(const unsigned char *text, size_t len, size_t *consumed) { unichar_t result; /* Valeur à retourner */ size_t expected; /* Quantité à traiter */ |