projects
/
m17n
/
m17n-lib-cs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
54602b0
)
*** empty log message ***
author
handa
<handa>
Wed, 21 Oct 2009 02:27:12 +0000
(
02:27
+0000)
committer
handa
<handa>
Wed, 21 Oct 2009 02:27:12 +0000
(
02:27
+0000)
MPlist.cs
patch
|
blob
|
history
diff --git
a/MPlist.cs
b/MPlist.cs
index
6b89ac1
..
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;
}