Browse Source

Increase dict_line to support long emoji entries.

master
Reece H. Dunn 8 years ago
parent
commit
2a00ca79f6
1 changed files with 1 additions and 1 deletions
  1. 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;


Loading…
Cancel
Save