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
Initialize length in LoadPhData(synthdata.c). [clang scan-build]
master
Reece H. Dunn
9 years ago
parent
dea7d441f2
commit
43d1c0c066
1 changed files
with
1 additions
and
1 deletions
Split View
Show Diff Stats
1
1
src/libespeak-ng/synthdata.c
+ 1
- 1
src/libespeak-ng/synthdata.c
View File
@@ -112,7 +112,7 @@ espeak_ng_STATUS LoadPhData(int *srate, espeak_ng_ERROR_CONTEXT *context)
int ix;
int n_phonemes;
int version;
int length;
int length
= 0
;
int rate;
unsigned char *p;
int *pw;
Write
Preview
Loading…
Cancel
Save