From: handa Date: Tue, 21 Apr 2009 11:22:38 +0000 (+0000) Subject: *** empty log message *** X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=795ba369331a5eea11c65577c3428090d9dcef92;p=m17n%2Fm17n-lib-cs.git *** empty log message *** --- diff --git a/MText.cs b/MText.cs index cf84213..6f21e60 100644 --- 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)