git-svn-id: https://espeak.svn.sourceforge.net/svnroot/espeak/trunk@144 d46cf337-b52f-0410-862d-fd96e6ae7743master
@@ -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); | |||
} | |||
} |