Loading fs/unicode/utf8-norm.c +2 −0 Original line number Diff line number Diff line Loading @@ -714,6 +714,8 @@ int utf8byte(struct utf8cursor *u8c) } leaf = utf8lookup(u8c->data, u8c->hangul, u8c->s); if (!leaf) return -1; ccc = LEAF_CCC(leaf); } Loading Loading
fs/unicode/utf8-norm.c +2 −0 Original line number Diff line number Diff line Loading @@ -714,6 +714,8 @@ int utf8byte(struct utf8cursor *u8c) } leaf = utf8lookup(u8c->data, u8c->hangul, u8c->s); if (!leaf) return -1; ccc = LEAF_CCC(leaf); } Loading