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:
b0eefa7
)
(mflt_find): If FONT is specified but no flt is
author
handa
<handa>
Wed, 2 Dec 2009 01:59:07 +0000
(
01:59
+0000)
committer
handa
<handa>
Wed, 2 Dec 2009 01:59:07 +0000
(
01:59
+0000)
found, return NULL.
src/m17n-flt.c
patch
|
blob
|
history
diff --git
a/src/m17n-flt.c
b/src/m17n-flt.c
index
75d5c7f
..
3832935
100644
(file)
--- a/
src/m17n-flt.c
+++ b/
src/m17n-flt.c
@@
-2768,6
+2768,8
@@
mflt_find (int c, MFLTFont *font)
}
best = flt;
}
+ if (best == NULL)
+ return NULL;
flt = best;
goto found;
}