Loading src/main.c +2 −1 Original line number Diff line number Diff line Loading @@ -2409,7 +2409,8 @@ operate(struct Configurable *config, int argc, char *argv[]) res = curl_easy_perform(curl); if(progressbar.calls) { if((config->progressmode == CURL_PROGRESS_BAR) && progressbar.calls) { /* if the custom progress bar has been displayed, we output a newline here */ fputs("\n", progressbar.out); Loading Loading
src/main.c +2 −1 Original line number Diff line number Diff line Loading @@ -2409,7 +2409,8 @@ operate(struct Configurable *config, int argc, char *argv[]) res = curl_easy_perform(curl); if(progressbar.calls) { if((config->progressmode == CURL_PROGRESS_BAR) && progressbar.calls) { /* if the custom progress bar has been displayed, we output a newline here */ fputs("\n", progressbar.out); Loading