From 54602b00f56e17f468dd051154cd2a5c9b798301 Mon Sep 17 00:00:00 2001 From: handa Date: Wed, 21 Oct 2009 02:03:11 +0000 Subject: [PATCH] *** empty log message *** --- MInputMethod.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MInputMethod.cs b/MInputMethod.cs index 9618135..d08f7c2 100644 --- a/MInputMethod.cs +++ b/MInputMethod.cs @@ -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--; -- 1.7.10.4