Fix build on arm64

This commit is contained in:
Baptiste Daroussin 2015-11-07 15:03:45 +00:00
parent 6fafa4ca7b
commit 78be8e6732

View File

@ -210,7 +210,7 @@ towide_utf8(wchar_t *wc, const char *mb, unsigned n)
{
wchar_t c;
int nb;
int lv; /* lowest legal value */
wchar_t lv; /* lowest legal value */
int i;
const uint8_t *s = (const uint8_t *)mb;