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
Fixing ungetc bad behavior under macOS Catalina by avoiding to ungetc a different char from the last getc
master
BenTalagan
5 years ago
parent
fe7aa87422
commit
3e0150a34f
1 changed files
with
1 additions
and
2 deletions
Split View
Show Diff Stats
1
2
src/libespeak-ng/compiledata.c
+ 1
- 2
src/libespeak-ng/compiledata.c
View File
@@ -796,8 +796,7 @@ static int NextItem(int type)
if ((c == ')') || (c == ','))
c = ' ';
if (!feof(f_in))
else if (!feof(f_in))
unget_char(c);
if (type == tSTRING)
Write
Preview
Loading…
Cancel
Save