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:
f025def
)
(load_flt): Check the return value of load_category_table.
author
handa
<handa>
Fri, 2 Oct 2009 12:59:08 +0000
(12:59 +0000)
committer
handa
<handa>
Fri, 2 Oct 2009 12:59:08 +0000
(12:59 +0000)
src/m17n-flt.c
patch
|
blob
|
history
diff --git
a/src/m17n-flt.c
b/src/m17n-flt.c
index
315f5cc
..
4aba740
100644
(file)
--- a/
src/m17n-flt.c
+++ b/
src/m17n-flt.c
@@
-1253,6
+1253,8
@@
load_flt (MFLT *flt, MPlist *key_list)
continue;
}
category = load_category_table (pl);
+ if (! category)
+ category = mchartable (Minteger, (void *) 0);
if (! flt->coverage)
{
flt->coverage = category;