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 LoadVoice(voices.c) [clang scan-build]
master
Reece H. Dunn
9 years ago
parent
0966892fef
commit
bc8297bf3c
1 changed files
with
0 additions
and
1 deletions
Unified View
Show Diff Stats
0
1
src/libespeak-ng/voices.c
+ 0
- 1
src/libespeak-ng/voices.c
View File
// expect a list of numbers
// expect a list of numbers
while (*p != 0) {
while (*p != 0) {
while (isspace(*p)) p++;
while (isspace(*p)) p++;
n = -1;
if ((n = atoi(p)) > 0) {
if ((n = atoi(p)) > 0) {
p++;
p++;
if (n < 32) {
if (n < 32) {
Write
Preview
Loading…
Cancel
Save