Browse Source

Merge pull request #1106

master
Valdis Vitolins 3 years ago
parent
commit
d953c2aa96
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      src/libespeak-ng/dictionary.c

+ 1
- 1
src/libespeak-ng/dictionary.c View File

break; break;
case RULE_NOVOWELS: case RULE_NOVOWELS:
{ {
char *p = pre_ptr - letter_xbytes - 1;
char *p = pre_ptr - letter_xbytes;
while (letter_w != RULE_SPACE) { while (letter_w != RULE_SPACE) {
if (IsLetter(tr, letter_w, LETTERGP_VOWEL2)) { if (IsLetter(tr, letter_w, LETTERGP_VOWEL2)) {
failed = 1; failed = 1;

Loading…
Cancel
Save