From ab26b03baf862157900c9b9be35b382ddc7e245d Mon Sep 17 00:00:00 2001 From: tomriddly Date: Wed, 19 Jul 2023 17:37:14 +0800 Subject: Fix wrong exit code on specific output format (xml or json) --- src/ideviceinstaller.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src') diff --git a/src/ideviceinstaller.c b/src/ideviceinstaller.c index 8f8b2a9..d2efbd3 100644 --- a/src/ideviceinstaller.c +++ b/src/ideviceinstaller.c @@ -925,6 +925,7 @@ run_again: free(buf); } plist_free(apps); + res = 0; goto leave_cleanup; } -- cgit v1.1-32-gdbae