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
Add missing check for EOF
master
Samuel Thibault
2 years ago
parent
0fa9737a00
commit
482ee1da05
1 changed files
with
2 additions
and
1 deletions
Split View
Show Diff Stats
2
1
src/libespeak-ng/readclause.c
+ 2
- 1
src/libespeak-ng/readclause.c
View File
@@ -680,7 +680,8 @@ int ReadClause(Translator *tr, char *buf, short *charix, int *charix_top, int n_
option_punctuation = 2;
}
}
c2 = GetC();
if (!Eof())
c2 = GetC();
continue;
}
}
Write
Preview
Loading…
Cancel
Save