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
Increase dict_line to support long emoji entries.
master
Reece H. Dunn
8 years ago
parent
d5d980862e
commit
2a00ca79f6
1 changed files
with
1 additions
and
1 deletions
Split View
Show Diff Stats
1
1
src/libespeak-ng/compiledict.c
+ 1
- 1
src/libespeak-ng/compiledict.c
View File
@@ -702,7 +702,7 @@ static int compile_dictlist_file(const char *path, const char *filename)
FILE *f_in;
char buf[200];
char fname[sizeof(path_home)+45];
char dict_line[
128
];
char dict_line[
200
];
text_mode = 0;
Write
Preview
Loading…
Cancel
Save