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 pull request
#1149
master
Valdis Vitolins
3 years ago
parent
9fc8aa4a54
fc05678e41
commit
22fb690bf8
1 changed files
with
1 additions
and
1 deletions
Split View
Show Diff Stats
1
1
src/libespeak-ng/numbers.c
+ 1
- 1
src/libespeak-ng/numbers.c
View File
@@ -1724,7 +1724,7 @@ static bool CheckThousandsGroup(char *word, int group_len)
return false;
}
if (IsDigit09(word[group_len]) || IsDigit09(-1))
if (IsDigit09(word[group_len]) || IsDigit09(
word[
-1
]
))
return false;
return true;
Write
Preview
Loading…
Cancel
Save