From 4ec54f0ade26a1e79dd9dcc841c7faad6f6532c3 Mon Sep 17 00:00:00 2001 From: Perry Werneck Date: Fri, 21 Oct 2016 11:59:47 -0200 Subject: [PATCH] Corrigindo erro de charset no plugin ooRexx --- iocalls.c | 2 ++ 1 file changed, 2 insertions(+), 0 deletions(-) diff --git a/iocalls.c b/iocalls.c index d8f9fe8..945c19e 100644 --- a/iocalls.c +++ b/iocalls.c @@ -686,6 +686,8 @@ LIB3270_EXPORT int lib3270_wait_for_ready(H3270 *hSession, int seconds) { time_t end = time(0)+seconds; + event_dispatcher(hSession,0); + if(!lib3270_lock_status(hSession)) return 0; -- libgit2 0.21.2