This website works better with JavaScript.
Home
Explore
Sign In
mahta.fetrat
/
HomoFast-eSpeak-Persian
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
Remove a dead assignment in compile_rule(compiledict.c) [clang scan-build]
master
Reece H. Dunn
9 years ago
parent
11136fb794
commit
365e41076f
1 changed files
with
0 additions
and
1 deletions
Split View
Show Diff Stats
0
1
src/libespeak-ng/compiledict.c
+ 0
- 1
src/libespeak-ng/compiledict.c
View File
@@ -1110,7 +1110,6 @@ static char *compile_rule(char *input)
}
if (rule_cond[0] != 0) {
ix = -1;
if (rule_cond[0] == '!') {
// allow the rule only if the condition number is NOT set for the voice
ix = atoi(&rule_cond[1]) + 32;
Write
Preview
Loading…
Cancel
Save