Browse Source

Merge branch 'uninitialized' into CI-usan

master
Samuel Thibault 3 years ago
parent
commit
a932e86b11
1 changed files with 1 additions and 0 deletions
  1. 1
    0
      src/libespeak-ng/tr_languages.c

+ 1
- 0
src/libespeak-ng/tr_languages.c View File

@@ -245,6 +245,7 @@ static Translator *NewTranslator(void)
tr->encoding = ESPEAKNG_ENCODING_ISO_8859_1;
dictionary_name[0] = 0;
tr->dictionary_name[0] = 0;
tr->phonemes_repeat[0] = 0;
tr->dict_condition = 0;
tr->dict_min_size = 0;
tr->data_dictrules = NULL; // language_1 translation rules file

Loading…
Cancel
Save