Radish alpha
H
rad:z3QDZAW2FAfuLvihrhiyDC9fAD8G9
HardenedBSD Package Manager
Radicle
Git
Only need to update last_update if in progress_debit
Bryan Drewery committed 11 years ago
commit 61aed53889deb9570cd2f13c1684725e6dd2a5da
parent ec9a97d
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)