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:
b5c0823
)
*** empty log message ***
author
ntakahas
<ntakahas>
Tue, 30 Jun 2009 12:42:12 +0000
(12:42 +0000)
committer
ntakahas
<ntakahas>
Tue, 30 Jun 2009 12:42:12 +0000
(12:42 +0000)
frontsensitive.cs
patch
|
blob
|
history
diff --git
a/frontsensitive.cs
b/frontsensitive.cs
index
86193c8
..
42fe6b1
100644
(file)
--- a/
frontsensitive.cs
+++ b/
frontsensitive.cs
@@
-144,6
+144,12
@@
public class Test
for (; i < n; i++)
prop[i] = -1;
}
+ if (from2 > 0 && prop2[0] != -1)
+ {
+ n = prop2[0];
+ for (i = 0; i < n; i++)
+ prop2[i] = -1;
+ }
DebugDump (4);
// move