1
0
mirror of https://github.com/rkd77/elinks.git synced 2024-09-29 03:17:53 -04:00

Use get_opt_codepage_tree() and kill warning

This commit is contained in:
Jonas Fonseca 2006-01-04 18:55:39 +01:00 committed by Jonas Fonseca
parent 31c30864e0
commit 84523875b3

View File

@ -205,7 +205,7 @@ update_screen_driver(struct screen_driver *driver, struct option *term_spec)
}
if (utf8_io) {
driver->charsets[0] = get_opt_int_tree(term_spec, "charset");
driver->charsets[0] = get_opt_codepage_tree(term_spec, "charset");
if (driver->type == TERM_LINUX) {
if (get_opt_bool_tree(term_spec, "restrict_852"))
driver->frame = frame_restrict;