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 264 iconv_t hConv = iconv_open("UTF-8",lib3270_win32_local_charset());
265 265 if(iconv(
266 266 hConv,
267   - (ICONV_CONST char *) host.message,
  267 + (ICONV_CONST char **) &host.message,
268 268 &in,
269 269 &ptr,&out
270 270 ) == ((size_t) -1))
... ...