Commit 268749353e0ec4f7afb03e7aecd5f77715092f79

Authored by Perry Werneck
1 parent 9e393acb

Incluindo mais chamadas para o método input_string da hllapi.

Showing 1 changed file with 1 additions and 4 deletions   Show diff stats
@@ -588,10 +588,7 @@ retry: @@ -588,10 +588,7 @@ retry:
588 588
589 static int internal_wait(H3270 *hSession, int seconds) 589 static int internal_wait(H3270 *hSession, int seconds)
590 { 590 {
591 - time_t end;  
592 -  
593 - // Alternative wait call  
594 - end = time(0) + seconds; 591 + time_t end = time(0) + seconds;
595 592
596 while(time(0) < end) 593 while(time(0) < end)
597 { 594 {