Radish alpha
H
rad:z3QDZAW2FAfuLvihrhiyDC9fAD8G9
HardenedBSD Package Manager
Radicle
Git
progress: bring back the unit
Baptiste Daroussin committed 2 months ago
commit c9001d38a65e9583d7e60e4b97d06cf7049fbd25
parent 55a58da
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;