(dump_plist_element): Fix previous change.
authorhanda <handa>
Mon, 3 Jul 2006 12:42:54 +0000 (12:42 +0000)
committerhanda <handa>
Mon, 3 Jul 2006 12:42:54 +0000 (12:42 +0000)
src/plist.c

index 619d230..a31723a 100644 (file)
@@ -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);