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



first = true; first = true;
for (mnem = ph->mnemonic; (c = mnem & 0xff) != 0; mnem = mnem >> 8) { 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 break; // discard phoneme variant indicator


if (use_ipa) { if (use_ipa) {

Loading…
Cancel
Save