aboutsummaryrefslogtreecommitdiffstats
path: root/src/macfont.m
diff options
context:
space:
mode:
Diffstat (limited to 'src/macfont.m')
-rw-r--r--src/macfont.m2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/macfont.m b/src/macfont.m
index abdf0ecfe59..f736fbf0e1e 100644
--- a/src/macfont.m
+++ b/src/macfont.m
@@ -1824,7 +1824,7 @@ macfont_get_open_type_spec (Lisp_Object otf_spec)
1824 unsigned int tag; 1824 unsigned int tag;
1825 1825
1826 OTF_SYM_TAG (XCAR (val), tag); 1826 OTF_SYM_TAG (XCAR (val), tag);
1827 spec->features[i][j++] = negative ? tag & 0x80000000 : tag; 1827 spec->features[i][j++] = negative ? tag | 0x80000000 : tag;
1828 } 1828 }
1829 } 1829 }
1830 spec->nfeatures[i] = j; 1830 spec->nfeatures[i] = j;