Radish alpha
H
HardenedBSD Package Manager
Radicle
Git (anonymous pull)
Log in to clone via SSH
Only need to update last_update if in progress_debit
Bryan Drewery committed 11 years ago
commit 61aed53889deb9570cd2f13c1684725e6dd2a5da
parent ec9a97d598f73daed52b6602ecee0fc3f6371ba9
1 file changed +1 -1
modified src/event.c
@@ -502,8 +502,8 @@ draw_progressbar(int64_t current, int64_t total)
				else
					printf("    ");
			}
+
			last_update = now;
		}
-
		last_update = now;
		fflush(stdout);
	}
	if (current >= total)