Browse Source

Fix: -x (show phonemes) option. Terminate the reported string for $textmode replacements.


git-svn-id: https://espeak.svn.sourceforge.net/svnroot/espeak/trunk@144 d46cf337-b52f-0410-862d-fd96e6ae7743
master
jonsd 17 years ago
parent
commit
b29b232e15
1 changed files with 1 additions and 0 deletions
  1. 1
    0
      src/dictionary.cpp

+ 1
- 0
src/dictionary.cpp View File

@@ -3032,6 +3032,7 @@ int Translator::LookupDictList(char **wordptr, char *ph_out, unsigned int *flags
{
len = found - word1;
memcpy(word,word1,len); // include multiple matching words
word[len] = 0;
fprintf(f_trans,"Replace: %s %s\n",word,*wordptr);
}
}

Loading…
Cancel
Save