*** empty log message ***
[m17n/m17n-lib-cs.git] / MPlist.cs
index 35cafd8..57005c9 100644 (file)
--- a/MPlist.cs
+++ b/MPlist.cs
@@ -324,7 +324,10 @@ namespace M17N.Core
       if (IsEmpty)
        Push (key, val);
       else
-       this.val = val;
+       {
+         this.key = key;
+         this.val = val;
+       }
       return this;
     }
 
@@ -688,7 +691,7 @@ namespace M17N.Core
          val = new MPlist (this);
          key = MSymbol.plist;
        }
-      else if (c == '"' || c == '\\')
+      else if (c == '"')
        {
          MText mt;
          ReadMText (out mt);