mirror of
https://github.com/rkd77/elinks.git
synced 2025-02-02 15:09:23 -05:00
speech: Compilation fix.
This commit is contained in:
parent
87b086a046
commit
ca62325a53
@ -90,7 +90,7 @@ write_to_festival(struct fest *fest)
|
||||
|
||||
/* The terminal codepage is used for the speech output. */
|
||||
#ifdef CONFIG_UTF8
|
||||
if (!doc_view->session->tab->term->utf8)
|
||||
if (!doc_view->session->tab->term->utf8_cp)
|
||||
#endif
|
||||
if (fest->speech_system == FESTIVAL_SYSTEM) {
|
||||
/* The string generated here will be at most
|
||||
|
Loading…
x
Reference in New Issue
Block a user