From 8720ae8503796fb50e3566824a92b81397a59aa3 Mon Sep 17 00:00:00 2001 From: Perry Werneck Date: Wed, 14 Aug 2019 16:03:42 -0300 Subject: [PATCH] Updating to the new API calls. --- src/terminal/keyboard.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/terminal/keyboard.c b/src/terminal/keyboard.c index 5db6ffd..2ba689d 100644 --- a/src/terminal/keyboard.c +++ b/src/terminal/keyboard.c @@ -231,7 +231,7 @@ if(utf) { - lib3270_set_string(host, (const unsigned char *) utf); + lib3270_set_string(host, (const unsigned char *) utf, -1); g_free(utf); } -- libgit2 0.21.2