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
Merge branch 'master' into patch-3
master
AlexanderKhalmaktanov
4 months ago
parent
601fdcc3e1
3a04c042e6
commit
40f42fe42e
No account linked to committer's email address
1 changed files
with
1 additions
and
1 deletions
Unified View
Show Diff Stats
1
1
src/libespeak-ng/numbers.c
+ 1
- 1
src/libespeak-ng/numbers.c
View File
}
}
word_start = word;
word_start = word;
while ((c = *word++) != ' ') {
while ((c = *word++) != ' '
&& c
) {
if ((p2 = strchr(roman_numbers, c)) == NULL)
if ((p2 = strchr(roman_numbers, c)) == NULL)
return 0;
return 0;
Write
Preview
Loading…
Cancel
Save