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:
27156f5
)
(dump_plist_element): Fix previous change.
author
handa
<handa>
Mon, 3 Jul 2006 12:42:54 +0000
(12:42 +0000)
committer
handa
<handa>
Mon, 3 Jul 2006 12:42:54 +0000
(12:42 +0000)
src/plist.c
patch
|
blob
|
history
diff --git
a/src/plist.c
b/src/plist.c
index
619d230
..
a31723a
100644
(file)
--- a/
src/plist.c
+++ b/
src/plist.c
@@
-667,7
+667,7
@@
dump_plist_element (MPlist *plist, int indent)
mdebug_dump_plist (MPLIST_PLIST (plist), indent);
else
{
- indent = dump_string (msymbol_name (MPLIST_SYMBOL (plist))) + 1;
+ indent = dump_string (msymbol_name (MPLIST_KEY (plist))) + 1;
fprintf (stderr, ":");
if (MPLIST_NESTED_P (plist))
mdebug_dump_plist (MPLIST_PLIST (plist), indent);