提交 c6d904d6 编写于 作者: B Behdad Esfahbod

[Indic] Fix bitops typo!

Another 1000 down!
上级 55fe2cf7
......@@ -411,9 +411,9 @@ initial_reordering_consonant_syllable (const hb_ot_map_t *map, hb_buffer_t *buff
* The test suite has been drinking, not me... But disable while
* investigating.
*/
//info[j].mask &= !mask_array[CJCT];
//info[j].mask &= ~mask_array[CJCT];
if (non_joiner)
info[j].mask &= !mask_array[HALF];
info[j].mask &= ~mask_array[HALF];
} while (j > start && !is_consonant (info[j]));
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册