From 268749353e0ec4f7afb03e7aecd5f77715092f79 Mon Sep 17 00:00:00 2001 From: Perry Werneck Date: Tue, 19 Apr 2016 15:14:42 -0300 Subject: [PATCH] Incluindo mais chamadas para o método input_string da hllapi. --- iocalls.c | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/iocalls.c b/iocalls.c index 37613c5..36299f7 100644 --- a/iocalls.c +++ b/iocalls.c @@ -588,10 +588,7 @@ retry: static int internal_wait(H3270 *hSession, int seconds) { - time_t end; - - // Alternative wait call - end = time(0) + seconds; + time_t end = time(0) + seconds; while(time(0) < end) { -- libgit2 0.21.2