Commit feacb4b4 authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

completed the progress-bar fix

parent fe3c8740
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -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);