From 795ba369331a5eea11c65577c3428090d9dcef92 Mon Sep 17 00:00:00 2001 From: handa Date: Tue, 21 Apr 2009 11:22:38 +0000 Subject: [PATCH] *** empty log message *** --- MText.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- 1.7.10.4