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

  • open_jtalk-1.09/jpcommon/

    old new  
    296296      if (index == a) 
    297297         break; 
    298298   } 
     299   if (i > 3) i = 3; 
    299300   return i; 
    300301} 
    301302 
     
    395396 
    396397   for (i = 0, index = m->next; index != NULL; index = index->next) 
    397398      i++; 
     399   if (i > 10) i = 10; 
    398400   return index_mora_in_utterance(m) + i; 
    399401} 
    400402 
Note: See TracBrowser for help on using the repository browser.