Commit eed25f559405500a77c1e980fb5a7c86f4431c68

Authored by Perry Werneck
1 parent 51027b5f

Last commit was still bugged.

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
src/core/windows/connect.c
@@ -264,7 +264,7 @@ int net_reconnect(H3270 *hSession, int seconds) @@ -264,7 +264,7 @@ int net_reconnect(H3270 *hSession, int seconds)
264 iconv_t hConv = iconv_open("UTF-8",lib3270_win32_local_charset()); 264 iconv_t hConv = iconv_open("UTF-8",lib3270_win32_local_charset());
265 if(iconv( 265 if(iconv(
266 hConv, 266 hConv,
267 - (ICONV_CONST char *) host.message, 267 + (ICONV_CONST char **) &host.message,
268 &in, 268 &in,
269 &ptr,&out 269 &ptr,&out
270 ) == ((size_t) -1)) 270 ) == ((size_t) -1))