From: handa Date: Tue, 21 Apr 2009 12:41:10 +0000 (+0000) Subject: *** empty log message *** X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=3efc88d53fccd33aeeacbfaaf8e7dbf3e222409a;p=m17n%2Fm17n-lib-cs.git *** empty log message *** --- 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); } }