From d9c36a82e431d71c5cd1541b04251ac1805a4add 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 --- src/lib3270/session.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/lib3270/session.c b/src/lib3270/session.c index 4bcad2a..52924e6 100644 --- a/src/lib3270/session.c +++ b/src/lib3270/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