Commit 4ec54f0ade26a1e79dd9dcc841c7faad6f6532c3

Authored by Perry Werneck
1 parent 5a273981

Corrigindo erro de charset no plugin ooRexx

Showing 1 changed file with 2 additions and 0 deletions   Show diff stats
@@ -686,6 +686,8 @@ LIB3270_EXPORT int lib3270_wait_for_ready(H3270 *hSession, int seconds) @@ -686,6 +686,8 @@ LIB3270_EXPORT int lib3270_wait_for_ready(H3270 *hSession, int seconds)
686 { 686 {
687 time_t end = time(0)+seconds; 687 time_t end = time(0)+seconds;
688 688
  689 + event_dispatcher(hSession,0);
  690 +
689 if(!lib3270_lock_status(hSession)) 691 if(!lib3270_lock_status(hSession))
690 return 0; 692 return 0;
691 693