git-svn-id: https://espeak.svn.sourceforge.net/svnroot/espeak/trunk@154 d46cf337-b52f-0410-862d-fd96e6ae7743master
@@ -389,7 +389,8 @@ static char nullstring[] = {0}; | |||
if(text_not_phonemes) | |||
{ | |||
strcpy(encoded_ph,phonetic); // this is replacement text, so don't encode as phonemes | |||
// this is replacement text, so don't encode as phonemes. Restrict the length of the replacement word | |||
strncpy0(encoded_ph,phonetic,N_WORD_BYTES-4); | |||
} | |||
else | |||
{ |