From 6d4cc2485c879967bdb0a4b48aa65ad505d150e9 Mon Sep 17 00:00:00 2001 From: Perry Werneck Date: Thu, 22 Aug 2019 16:49:00 -0300 Subject: [PATCH] Fixing method name. --- src/core/wait.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/core/wait.c b/src/core/wait.c index ef35bbc..b58e9b9 100644 --- a/src/core/wait.c +++ b/src/core/wait.c @@ -67,7 +67,7 @@ LIB3270_EXPORT int lib3270_wait_for_ready(H3270 *hSession, int seconds) return errno = ETIMEDOUT; } -int lib3270_wait_for_text(H3270 *hSession, const char *key, int seconds) +int lib3270_wait_for_string(H3270 *hSession, const char *key, int seconds) { time_t end = time(0)+seconds; -- libgit2 0.21.2