summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--discover/paths.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/discover/paths.c b/discover/paths.c
index dcd7b49..174bdae 100644
--- a/discover/paths.c
+++ b/discover/paths.c
@@ -186,8 +186,10 @@ static int busybox_progress_cb(void *arg)
}
}
- if (rc != 3)
+ if (rc != 3) {
percentage = size = 0;
+ suffix = ' ';
+ }
device_handler_status_download(handler, procinfo,
percentage, size, suffix);
OpenPOWER on IntegriCloud