From 9810f0b80e5b6580a7a15debcec073dfc9ca759f Mon Sep 17 00:00:00 2001 From: Behdad Esfahbod Date: Tue, 6 Nov 2018 19:24:04 -0500 Subject: [PATCH] [kern] Minor --- src/hb-ot-kern-table.hh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/hb-ot-kern-table.hh b/src/hb-ot-kern-table.hh index 980b7e150..0e60c582a 100644 --- a/src/hb-ot-kern-table.hh +++ b/src/hb-ot-kern-table.hh @@ -269,7 +269,7 @@ struct KernSubTableFormat1 /* The following two flags are undocumented in the spec, but described * in the example. */ bool last = v & 1; - v = v & ~1; + v &= ~1; if (v == 0x8000) { crossOffset = 0;