[Indic] Fix bitops typo!
authorBehdad Esfahbod <behdad@behdad.org>
Fri, 11 May 2012 09:07:40 +0000 (11:07 +0200)
committerBehdad Esfahbod <behdad@behdad.org>
Fri, 11 May 2012 09:07:40 +0000 (11:07 +0200)
Another 1000 down!

src/hb-ot-shape-complex-indic.cc

index 4d82e24..e3f78ce 100644 (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]));
     }