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
dictionary: limit word length
master
Yury Popov
1 year ago
parent
7d4ad3c2ae
commit
b99f332c57
No account linked to committer's email address
1 changed files
with
1 additions
and
0 deletions
Unified View
Show Diff Stats
1
0
src/libespeak-ng/dictionary.c
+ 1
- 0
src/libespeak-ng/dictionary.c
View File
*word_end = 'e';
*word_end = 'e';
}
}
i = word_end - word;
i = word_end - word;
if (i >= N_WORD_BYTES) i = N_WORD_BYTES-1;
if (word_copy != NULL) {
if (word_copy != NULL) {
memcpy(word_copy, word, i);
memcpy(word_copy, word, i);
Write
Preview
Loading…
Cancel
Save