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 InterpretPhoneme(synthdata.c) [clang scan-build]
master
Reece H. Dunn
9 years ago
parent
1b562d7185
commit
21cc5195d2
1 changed files
with
0 additions
and
1 deletions
Split View
Show Diff Stats
0
1
src/libespeak-ng/synthdata.c
+ 0
- 1
src/libespeak-ng/synthdata.c
View File
@@ -844,7 +844,6 @@ void InterpretPhoneme(Translator *tr, int control, PHONEME_LIST *plist, PHONEME_
for (prog = &phoneme_index[ph->program]; end_flag != 1; prog++) {
instn = *prog;
instn2 = (instn >> 8) & 0xf;
or_flag = 0;
switch (instn >> 12)
{
Write
Preview
Loading…
Cancel
Save