completed the progress-bar fix
This commit is contained in:
		| @@ -2409,7 +2409,8 @@ operate(struct Configurable *config, int argc, char *argv[]) | |||||||
|        |        | ||||||
|       res = curl_easy_perform(curl); |       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 |         /* if the custom progress bar has been displayed, we output a | ||||||
|            newline here */ |            newline here */ | ||||||
|         fputs("\n", progressbar.out); |         fputs("\n", progressbar.out); | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 Daniel Stenberg
					Daniel Stenberg