projects
/
m17n
/
m17n-lib.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6ba9744
)
(ft_drive_otf): Fix checking of negative feature.
author
handa
<handa>
Sun, 6 Jan 2008 14:24:35 +0000
(14:24 +0000)
committer
handa
<handa>
Sun, 6 Jan 2008 14:24:35 +0000
(14:24 +0000)
src/font-ft.c
patch
|
blob
|
history
diff --git
a/src/font-ft.c
b/src/font-ft.c
index
9b91fd1
..
09b651a
100644
(file)
--- a/
src/font-ft.c
+++ b/
src/font-ft.c
@@
-2285,7
+2285,7
@@
ft_drive_otf (MFLTFont *font, MFLTOtfSpec *spec,
{
char *p;
- if (spec->features[i] && spec->features[i][1] != 0xFFFFFFFF)
+ if (spec->features[i] && spec->features[i][0] != 0xFFFFFFFF)
{
for (j = 0; spec->features[i][j]; j++);
if (i == 0)