| Revision 10161, 450 bytes checked in by ara_t, 10 years ago (diff) |
|---|
| old | new | |
|---|---|---|
| 296 | 296 | if (index == a) |
| 297 | 297 | break; |
| 298 | 298 | } |
| 299 | if (i > 3) i = 3; | |
| 299 | 300 | return i; |
| 300 | 301 | } |
| 301 | 302 | |
| … | … | |
| 395 | 396 | |
| 396 | 397 | for (i = 0, index = m->next; index != NULL; index = index->next) |
| 397 | 398 | i++; |
| 399 | if (i > 10) i = 10; | |
| 398 | 400 | return index_mora_in_utterance(m) + i; |
| 399 | 401 | } |
| 400 | 402 |