diff options
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 |