Commit 8720ae8503796fb50e3566824a92b81397a59aa3

Authored by Perry Werneck
1 parent 4ee3a9c7
Exists in master and in 1 other branch develop

Updating to the new API calls.

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
src/terminal/keyboard.c
@@ -231,7 +231,7 @@ @@ -231,7 +231,7 @@
231 231
232 if(utf) 232 if(utf)
233 { 233 {
234 - lib3270_set_string(host, (const unsigned char *) utf); 234 + lib3270_set_string(host, (const unsigned char *) utf, -1);
235 g_free(utf); 235 g_free(utf);
236 } 236 }
237 237