about summary refs log tree commit diff stats
path: root/src/UCAux.c
diff options
context:
space:
mode:
authorThomas E. Dickey <dickey@invisible-island.net>1998-11-18 19:45:34 -0500
committerThomas E. Dickey <dickey@invisible-island.net>1998-11-18 19:45:34 -0500
commit6d7ee0488b037f002a9fec0d060cc9842d5f8acd (patch)
tree947d8962fbdfe63f615284c82cdf0cb2251861e5 /src/UCAux.c
parent2a2566112749f0e3f932004c1a9d8345a84b1fd0 (diff)
downloadlynx-snapshots-6d7ee0488b037f002a9fec0d060cc9842d5f8acd.tar.gz
snapshot of project "lynx", label v2-8-2dev_4
Diffstat (limited to 'src/UCAux.c')
-rw-r--r--src/UCAux.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/UCAux.c b/src/UCAux.c
index 6847b150..d10df1e8 100644
--- a/src/UCAux.c
+++ b/src/UCAux.c
@@ -150,6 +150,9 @@ PUBLIC void UCSetTransParams ARGS5(
     int,		cs_out,
     CONST LYUCcharset*,	p_out)
 {
+    CTRACE(tfp, "UCSetTransParams: from %s(%d) to %s(%d)\n",
+	   p_in->MIMEname, p_in->UChndl, p_out->MIMEname, p_out->UChndl);
+
     /*
     **  Initialize this element to FALSE, and set it TRUE
     **  below if we're dealing with VISCII. - FM