source: projects/specs/trunk/o/open_jtalk/jpcommon_label.c.patch @ 10161

Revision 10161, 450 bytes checked in by ara_t, 8 years ago (diff)

add patchs

RevLine 
[10161]1--- open_jtalk-1.09/jpcommon/jpcommon_label-org.c       2015-12-25 10:14:27.000000000 +0900
2+++ open_jtalk-1.09/jpcommon/jpcommon_label.c   2015-12-28 08:55:43.560668141 +0900
3@@ -296,6 +296,7 @@
4       if (index == a)
5          break;
6    }
7+   if (i > 3) i = 3;
8    return i;
9 }
10 
11@@ -395,6 +396,7 @@
12 
13    for (i = 0, index = m->next; index != NULL; index = index->next)
14       i++;
15+   if (i > 10) i = 10;
16    return index_mora_in_utterance(m) + i;
17 }
18 
Note: See TracBrowser for help on using the repository browser.