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
Fix dropping last byte of stdin input (
#2098
)
master
Samuel Thibault
5 months ago
parent
6d5199d1b1
commit
eed83cd937
No account linked to committer's email address
1 changed files
with
2 additions
and
2 deletions
Unified View
Show Diff Stats
2
2
src/espeak-ng.c
+ 2
- 2
src/espeak-ng.c
View File
}
}
}
}
if (ix > 0) {
if (ix > 0) {
p_text[ix
-1
] = 0;
espeak_Synth(p_text, ix
+1
, 0, POS_CHARACTER, 0, synth_flags, NULL, NULL);
p_text[ix] = 0;
espeak_Synth(p_text, ix, 0, POS_CHARACTER, 0, synth_flags, NULL, NULL);
}
}
}
}
Write
Preview
Loading…
Cancel
Save