summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/ideviceinstaller.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ideviceinstaller.c b/src/ideviceinstaller.c
index 0f9cc99..8b40bb3 100644
--- a/src/ideviceinstaller.c
+++ b/src/ideviceinstaller.c
@@ -180,7 +180,7 @@ static void status_cb(plist_t command, plist_t status, void *unused)
180 print_apps(current_list); 180 print_apps(current_list);
181 plist_free(current_list); 181 plist_free(current_list);
182 } 182 }
183 } else { 183 } else if (status_name) {
184 /* get progress if any */ 184 /* get progress if any */
185 int percent = -1; 185 int percent = -1;
186 instproxy_status_get_percent_complete(status, &percent); 186 instproxy_status_get_percent_complete(status, &percent);