Commit 1279794619bbfa3a63050517a0ccb7854311b93a

Authored by Perry Werneck
1 parent 040ef525
Exists in master and in 1 other branch develop

Updating win32 api.

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
src/ipc3270c/windows/main.c
@@ -319,7 +319,7 @@ @@ -319,7 +319,7 @@
319 319
320 case HLLAPI_PACKET_INPUT_STRING: 320 case HLLAPI_PACKET_INPUT_STRING:
321 send_result(source,lib3270_input_string(lib3270_get_default_session_handle(), 321 send_result(source,lib3270_input_string(lib3270_get_default_session_handle(),
322 - (unsigned char *) ((struct hllapi_packet_text *) source->buffer)->text)); 322 + (unsigned char *) ((struct hllapi_packet_text *) source->buffer)->text,-1));
323 break; 323 break;
324 324
325 case HLLAPI_PACKET_EMULATE_INPUT: 325 case HLLAPI_PACKET_EMULATE_INPUT: