1
1
mirror of https://github.com/tstack/lnav.git synced 2024-08-17 00:40:30 +03:00
This commit is contained in:
Timothy Stack 2017-04-19 14:36:10 -07:00
parent 2593926caa
commit 143b356031

View File

@ -269,7 +269,7 @@ static const int xtra_utf8_bits[] = {
** masking the character with utf8_mask[N] must produce a non-zero
** result. Otherwise, we have an (illegal) overlong encoding.
*/
static const long utf_mask[] = {
static const unsigned long utf_mask[] = {
0x00000000,
0xffffff80,
0xfffff800,