From a2a1ab1ed484fec332c6dcccb8d033f1c33bb0b5 Mon Sep 17 00:00:00 2001 From: "Thomas E. Dickey" Date: Wed, 14 Jul 1999 16:44:55 -0400 Subject: snapshot of project "lynx", label v2-8-3dev_4 --- src/UCdomap.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/UCdomap.c') diff --git a/src/UCdomap.c b/src/UCdomap.c index 6ba65391..b77bacfd 100644 --- a/src/UCdomap.c +++ b/src/UCdomap.c @@ -763,7 +763,7 @@ PRIVATE void con_set_default_unimap NOARGS p = dfont_unitable; for (i = 0; i < 256; i++) { for (j = dfont_unicount[i]; j; j--) { - con_insert_unipair(*(p++), i, 1); + con_insert_unipair(*(p++), (u16)i, 1); } } @@ -820,7 +820,7 @@ PRIVATE int UC_con_set_unimap ARGS2( for (i = 0; i < 256 && UCInfo[UC_charset_out_hndl].unicount != NULL; i++) { for (j = UCInfo[UC_charset_out_hndl].unicount[i]; j; j--) { - con_insert_unipair(*(p++), i, 0); + con_insert_unipair(*(p++), (u16)i, 0); } } -- cgit 1.4.1-2-gfad0