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
Revert "code cleanup: don't add a \0 to voices_language in LoadVoice()."
This reverts commit
e91d0a5861
.
master
Sean Budd
3 years ago
parent
a25849e4d5
commit
139417e8e1
1 changed files
with
2 additions
and
0 deletions
Split View
Show Diff Stats
2
0
src/libespeak-ng/voices.c
+ 2
- 0
src/libespeak-ng/voices.c
View File
@@ -959,6 +959,8 @@ voice_t *LoadVoice(const char *vname, int control)
return NULL; // no dictionary loaded
}
}
voice_languages[langix] = 0;
}
return voice;
Write
Preview
Loading…
Cancel
Save