X-Git-Url: http://git.chise.org/gitweb/?p=m17n%2Fm17n-lib-cs.git;a=blobdiff_plain;f=MText.cs;h=14a0696c76691d54cc2e66f6449de490ebfbbf0f;hp=b28180898a25d02e4266c77f10df1f3d6c90327d;hb=HEAD;hpb=06a7d21737872397a9dfa8ba7619ca50677ee9de diff --git a/MText.cs b/MText.cs index b281808..14a0696 100644 --- a/MText.cs +++ b/MText.cs @@ -115,7 +115,7 @@ namespace M17N.Core private int cache_idx; private MPlist intervals; private MPlist default_property; - private bool read_only; + private bool read_only = false; private static UTF8Encoding utf8 = new UTF8Encoding ();