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:
6185257
)
(run_stages): Fix typo.
author
handa
<handa>
Thu, 16 Aug 2007 12:08:13 +0000
(12:08 +0000)
committer
handa
<handa>
Thu, 16 Aug 2007 12:08:13 +0000
(12:08 +0000)
src/m17n-flt.c
patch
|
blob
|
history
diff --git
a/src/m17n-flt.c
b/src/m17n-flt.c
index
c131213
..
bdc1d9e
100644
(file)
--- a/
src/m17n-flt.c
+++ b/
src/m17n-flt.c
@@
-1797,7
+1797,7
@@
run_stages (MFLTGlyphString *gstring, int from, int to,
g_indices[pos - orig_from] = i;
}
for (i = 0; i < len; i++)
- if (! g_indices[i])
+ if (g_indices[i] < 0)
{
if (i == 0)
{