From 1557e9c8bcb83b90b55f43eb5375929fc382dfd6 Mon Sep 17 00:00:00 2001 From: Martin Szulecki Date: Thu, 26 Sep 2013 22:48:28 +0200 Subject: Use more accurate names for "open device" methods which use the ecid --- tools/irecovery.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools') diff --git a/tools/irecovery.c b/tools/irecovery.c index f398ec1..8e2138c 100644 --- a/tools/irecovery.c +++ b/tools/irecovery.c @@ -334,7 +334,7 @@ int main(int argc, char* argv[]) { for (i = 0; i <= 5; i++) { debug("Attempting to connect... \n"); - if (irecv_open(&client, ecid) != IRECV_E_SUCCESS) + if (irecv_open_with_ecid(&client, ecid) != IRECV_E_SUCCESS) sleep(1); else break; -- cgit v1.1-32-gdbae