Browse Source

Remove a redundant comment -- history is available in git.

master
Reece H. Dunn 7 years ago
parent
commit
b7a8751f4d
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

@@ -503,7 +503,7 @@ char *WritePhMnemonic(char *phon_out, PHONEME_TAB *ph, PHONEME_LIST *plist, int

first = true;
for (mnem = ph->mnemonic; (c = mnem & 0xff) != 0; mnem = mnem >> 8) {
if (c == '/') // NOTE: this line used to be (c == '/') && (option_phoneme_variants == 0)) but always evaluated true
if (c == '/')
break; // discard phoneme variant indicator

if (use_ipa) {

Loading…
Cancel
Save