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
encoding.c: Fix text_decoder_get_buffer at EOF.
master
Reece H. Dunn
8 years ago
parent
7c16ac543c
commit
6451917bde
1 changed files
with
2 additions
and
0 deletions
Split View
Show Diff Stats
2
0
src/libespeak-ng/encoding.c
+ 2
- 0
src/libespeak-ng/encoding.c
View File
@@ -699,5 +699,7 @@ text_decoder_getc(espeak_ng_TEXT_DECODER *decoder)
const void *
text_decoder_get_buffer(espeak_ng_TEXT_DECODER *decoder)
{
if (text_decoder_eof(decoder))
return NULL;
return decoder->current;
}
Write
Preview
Loading…
Cancel
Save