git-svn-id: https://espeak.svn.sourceforge.net/svnroot/espeak/trunk@141 d46cf337-b52f-0410-862d-fd96e6ae7743master
@@ -649,7 +649,7 @@ int Translator::IsLetterGroup(char *word, int group, int pre) | |||
p = letterGroups[group]; | |||
while(*p != 0) | |||
while(*p != RULE_GROUP_END) | |||
{ | |||
w = word; | |||
while(*p == *w) |