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:
656b503
)
*** empty log message ***
author
handa
<handa>
Tue, 21 Apr 2009 10:58:48 +0000
(10:58 +0000)
committer
handa
<handa>
Tue, 21 Apr 2009 10:58:48 +0000
(10:58 +0000)
MText.cs
patch
|
blob
|
history
diff --git
a/MText.cs
b/MText.cs
index
227acea
..
cf84213
100644
(file)
--- a/
MText.cs
+++ b/
MText.cs
@@
-1305,9
+1305,9
@@
namespace M17N.Core
bool check_prev = start == From && start > 0;
bool check_next = end == To && end < mtext.Length;
- if (! check_prev && start < From)
+ if (! check_prev && start > From)
divide_left (start);
- if (! check_next && end > To)
+ if (! check_next && end < To)
divide_right (end);
Stack.Pop ();
if (check_prev && Left != null)