*** empty log message ***
authorhanda <handa>
Wed, 21 Oct 2009 02:03:11 +0000 (02:03 +0000)
committerhanda <handa>
Wed, 21 Oct 2009 02:03:11 +0000 (02:03 +0000)
MInputMethod.cs

index 9618135..d08f7c2 100644 (file)
@@ -650,7 +650,7 @@ namespace M17N.Input
 
         public PredefinedSurround (MSymbol name) : base (name)
           {
-            if (! int.TryParse (((string) name).Substring (2), out distance))
+            if (! int.TryParse (((string) name).Substring (1), out distance))
               throw new Exception ("Invalid marker name: " + name);
             if (distance > 0)
               distance--;