We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 21658aa commit 075e4a3Copy full SHA for 075e4a3
src/lib_ccx/activity.c
@@ -9,8 +9,7 @@ unsigned long net_activity_gui = 0;
9
/* Print current progress. For percentage, -1 -> streaming mode */
10
void activity_progress(int percentage, int cur_min, int cur_sec)
11
{
12
- ()
13
- if (!ccx_options.no_progress_bar)
+ () if (!ccx_options.no_progress_bar)
14
15
if (percentage == -1)
16
mprint("Streaming | %02d:%02d\r", cur_min, cur_sec);
0 commit comments