summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBehdad Esfahbod <behdad@behdad.org>2011-05-01 21:06:58 -0400
committerBehdad Esfahbod <behdad@behdad.org>2011-05-01 21:06:58 -0400
commit6e9478e1d552c3c71ff72f707cd1dee8f60e902a (patch)
treedefd58147ff445e18b8358363d2c2a8782a4a42e
parentbeecf8f88188391132d30b940c2a312ecaebba3a (diff)
downloadpango-6e9478e1d552c3c71ff72f707cd1dee8f60e902a.tar.gz
[OT] Fix logic
That part of code is to be removed thanks to HarfBuzz move though.
-rw-r--r--pango/pango-ot-info.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/pango/pango-ot-info.c b/pango/pango-ot-info.c
index 67c78709..be7d53a3 100644
--- a/pango/pango-ot-info.c
+++ b/pango/pango-ot-info.c
@@ -230,7 +230,7 @@ synthesize_class_def (PangoOTInfo *info)
old_charmap = info->face->charmap;
- if (!old_charmap || !old_charmap->encoding != ft_encoding_unicode)
+ if (!old_charmap || old_charmap->encoding != ft_encoding_unicode)
if (!set_unicode_charmap (info->face))
return;