projects
/
m17n
/
m17n-lib-cs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d514dc2
)
*** empty log message ***
author
handa
<handa>
Wed, 21 Oct 2009 02:03:11 +0000
(
02:03
+0000)
committer
handa
<handa>
Wed, 21 Oct 2009 02:03:11 +0000
(
02:03
+0000)
MInputMethod.cs
patch
|
blob
|
history
diff --git
a/MInputMethod.cs
b/MInputMethod.cs
index
9618135
..
d08f7c2
100644
(file)
--- 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--;