Radish alpha
H
HardenedBSD Package Manager
Radicle
Git (anonymous pull)
Log in to clone via SSH
progress: bring back the unit
Baptiste Daroussin committed 3 months ago
commit c9001d38a65e9583d7e60e4b97d06cf7049fbd25
parent 55a58daf21bceab8c8fdafe7b8ffb230e9db9683
1 file changed +1 -1
modified src/event.c
@@ -270,7 +270,7 @@ draw_progressbar(int64_t current, int64_t total)
	int percent;
	int64_t transferred;
	time_t elapsed = 0, now = 0;
-
	char buf[8];
+
	char buf[9];
	int64_t bytes_left;
	int cur_speed;
	int hours, minutes, seconds;