From 3efc88d53fccd33aeeacbfaaf8e7dbf3e222409a Mon Sep 17 00:00:00 2001 From: handa Date: Tue, 21 Apr 2009 12:41:10 +0000 Subject: [PATCH] *** empty log message *** --- MText.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/MText.cs b/MText.cs index defa5db..482e1d2 100644 --- a/MText.cs +++ b/MText.cs @@ -1342,7 +1342,7 @@ namespace M17N.Core Console.Write (")"); if (newline) Console.WriteLine (); - if (Length <= 0 || Length != LeftLength + (To - From) + RightLength) + if (Length <= 0) throw new Exception ("Invalid interval length"); } } @@ -1398,7 +1398,7 @@ namespace M17N.Core { if (indent_type >= 1) Right.DumpNested (indent + " ", force); - else if (indent_type == 2) + else Right.DumpNested (indent + "| ", force); } } -- 1.7.10.4