*** empty log message ***
authorhanda <handa>
Tue, 21 Apr 2009 11:22:38 +0000 (11:22 +0000)
committerhanda <handa>
Tue, 21 Apr 2009 11:22:38 +0000 (11:22 +0000)
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)