From eed25f559405500a77c1e980fb5a7c86f4431c68 Mon Sep 17 00:00:00 2001 From: Perry Werneck Date: Thu, 30 Jul 2020 14:20:11 -0300 Subject: [PATCH] Last commit was still bugged. --- src/core/windows/connect.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/core/windows/connect.c b/src/core/windows/connect.c index 375e294..2fd4096 100644 --- a/src/core/windows/connect.c +++ b/src/core/windows/connect.c @@ -264,7 +264,7 @@ int net_reconnect(H3270 *hSession, int seconds) iconv_t hConv = iconv_open("UTF-8",lib3270_win32_local_charset()); if(iconv( hConv, - (ICONV_CONST char *) host.message, + (ICONV_CONST char **) &host.message, &in, &ptr,&out ) == ((size_t) -1)) -- libgit2 0.21.2