Fix build on arm64

This commit is contained in:
bapt 2015-11-07 15:03:45 +00:00
parent 6fd9bada6c
commit 228f1040d8

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;