From 19c8ee18f22b3f0a8433add83cdc2aa7d478377b Mon Sep 17 00:00:00 2001 From: perry.werneck@gmail.com Date: Mon, 26 Aug 2013 20:00:08 +0000 Subject: [PATCH] Ajustes para o novo mecanismo de charset --- session.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/session.c b/session.c index 4bcad2a..52924e6 100644 --- a/session.c +++ b/session.c @@ -299,8 +299,8 @@ static void lib3270_session_init(H3270 *hSession, const char *model) trace("Termtype: %s",hSession->termtype); - if (hSession->apl_mode) - hSession->charset.host = "apl"; +// if (hSession->apl_mode) +// hSession->charset.host = "apl"; } -- libgit2 0.21.2