[Indic] Fix bitops typo!

Another 1000 down!
This commit is contained in:
Behdad Esfahbod 2012-05-11 11:07:40 +02:00
parent 55fe2cf79b
commit c6d904d67d
1 changed files with 2 additions and 2 deletions

View File

@ -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]));
}