From 1279794619bbfa3a63050517a0ccb7854311b93a Mon Sep 17 00:00:00 2001 From: Perry Werneck Date: Mon, 12 Aug 2019 16:00:14 -0300 Subject: [PATCH] Updating win32 api. --- src/ipc3270c/windows/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ipc3270c/windows/main.c b/src/ipc3270c/windows/main.c index 321aa1b..1548092 100644 --- a/src/ipc3270c/windows/main.c +++ b/src/ipc3270c/windows/main.c @@ -319,7 +319,7 @@ case HLLAPI_PACKET_INPUT_STRING: send_result(source,lib3270_input_string(lib3270_get_default_session_handle(), - (unsigned char *) ((struct hllapi_packet_text *) source->buffer)->text)); + (unsigned char *) ((struct hllapi_packet_text *) source->buffer)->text,-1)); break; case HLLAPI_PACKET_EMULATE_INPUT: -- libgit2 0.21.2