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:
d2ab9e8
)
(load_branch): Confirm that maps is not NULL.
author
handa
<handa>
Sat, 7 Jan 2006 02:17:58 +0000
(
02:17
+0000)
committer
handa
<handa>
Sat, 7 Jan 2006 02:17:58 +0000
(
02:17
+0000)
src/input.c
patch
|
blob
|
history
diff --git
a/src/input.c
b/src/input.c
index
e5677f6
..
74b2a7e
100644
(file)
--- a/
src/input.c
+++ b/
src/input.c
@@
-1015,7
+1015,7
@@
load_branch (MPlist *plist, MPlist *maps, MIMMap *map,
if (branch_actions)
M17N_OBJECT_REF (branch_actions);
}
- else if ((plist = (MPlist *) mplist_get (maps, map_name)))
+ else if (maps && (plist = (MPlist *) mplist_get (maps, map_name)))
{
MPLIST_DO (plist, plist)
{