diff options
author | Thomas E. Dickey <dickey@invisible-island.net> | 1999-09-29 11:47:35 -0400 |
---|---|---|
committer | Thomas E. Dickey <dickey@invisible-island.net> | 1999-09-29 11:47:35 -0400 |
commit | 95586cc28c61df18b7a2cd2a9b3ee4c4c83aa583 (patch) | |
tree | 292eb191b3e53e39d8be1e1e546104122fbf1cfa /src/UCAux.c | |
parent | 2b52e9e64b2fc32242c207a0784521b2cf6d1976 (diff) | |
download | lynx-snapshots-95586cc28c61df18b7a2cd2a9b3ee4c4c83aa583.tar.gz |
snapshot of project "lynx", label v2-8-3dev_10
Diffstat (limited to 'src/UCAux.c')
-rw-r--r-- | src/UCAux.c | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/src/UCAux.c b/src/UCAux.c index dd8e9cb3..eaab7522 100644 --- a/src/UCAux.c +++ b/src/UCAux.c @@ -157,10 +157,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); */ + CTRACE((tfp, "UCSetTransParams: from %s(%d) to %s(%d)\n", p_in->MIMEname, UCGetLYhndl_byMIME(p_in->MIMEname), - p_out->MIMEname, UCGetLYhndl_byMIME(p_out->MIMEname)); + p_out->MIMEname, UCGetLYhndl_byMIME(p_out->MIMEname))); /* ** Initialize this element to FALSE, and set it TRUE |