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:
57f2913
)
*** empty log message ***
author
handa
<handa>
Tue, 21 Apr 2009 11:22:38 +0000
(11:22 +0000)
committer
handa
<handa>
Tue, 21 Apr 2009 11:22:38 +0000
(11:22 +0000)
MText.cs
patch
|
blob
|
history
diff --git
a/MText.cs
b/MText.cs
index
cf84213
..
6f21e60
100644
(file)
--- a/
MText.cs
+++ b/
MText.cs
@@
-547,7
+547,7
@@
namespace M17N.Core
MPlist p;
for (idx = 0, p = i.Stack; ! p.IsEmpty; idx++, p = p.Next)
array[idx] = (MTextProperty) p.Val;
- return array[idx - 1];
+ return array[0];
}
private MInterval (MSymbol key, MText mt, int length, MPlist stack)