about summary refs log tree commit diff stats
path: root/src/UCdomap.c
diff options
context:
space:
mode:
authorThomas E. Dickey <dickey@invisible-island.net>1999-11-04 02:46:35 -0500
committerThomas E. Dickey <dickey@invisible-island.net>1999-11-04 02:46:35 -0500
commit0f88481e93b50612489cc8e5b1ca365196439373 (patch)
treee56049a7eac3b450ab323c1037e1bf8c02f6b306 /src/UCdomap.c
parent2d161b7d97cebd6f38885cf69933291fec6b4381 (diff)
downloadlynx-snapshots-0f88481e93b50612489cc8e5b1ca365196439373.tar.gz
snapshot of project "lynx", label v2-8-3dev_14
Diffstat (limited to 'src/UCdomap.c')
-rw-r--r--src/UCdomap.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/UCdomap.c b/src/UCdomap.c
index d451b167..2fd0d885 100644
--- a/src/UCdomap.c
+++ b/src/UCdomap.c
@@ -1332,7 +1332,7 @@ PUBLIC int UCReverseTransChar ARGS3(
 
 #ifndef UC_NO_SHORTCUTS
     if (charset_in == charset_out)
-	return ch_out;
+	return (unsigned char)ch_out;
 #endif /* UC_NO_SHORTCUTS */
     if (charset_in < 0)
 	return -11;