From cea58e5736e870d7a696e86d48f898e8c47d198f Mon Sep 17 00:00:00 2001 From: Ben Wagner Date: Thu, 6 Feb 2020 14:20:44 -0500 Subject: idevicedebug: Process "Wxx" response as "exited with code xx" --- tools/idevicedebug.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools/idevicedebug.c') diff --git a/tools/idevicedebug.c b/tools/idevicedebug.c index 7b49a46..36a4fa7 100644 --- a/tools/idevicedebug.c +++ b/tools/idevicedebug.c @@ -241,7 +241,7 @@ int main(int argc, char *argv[]) char* response = NULL; debugserver_command_t command = NULL; debugserver_error_t dres = DEBUGSERVER_E_UNKNOWN_ERROR; - int exit_status = -1; + int exit_status = -1; /* map signals */ signal(SIGINT, on_signal); -- cgit v1.1-32-gdbae