mirror of
https://github.com/curl/curl.git
synced 2024-11-21 01:16:58 +08:00
Curl_pgrsStartNow: clear all bits except HIDE
Bug: http://curl.haxx.se/bug/view.cgi?id=3385258 Reported by: Ben Winslow
This commit is contained in:
parent
f2a6373629
commit
15379f0614
@ -201,7 +201,7 @@ void Curl_pgrsStartNow(struct SessionHandle *data)
|
||||
{
|
||||
data->progress.speeder_c = 0; /* reset the progress meter display */
|
||||
data->progress.start = Curl_tvnow();
|
||||
data->progress.flags = 0;
|
||||
data->progress.flags &= ~PGRS_HIDE; /* clear all bits except HIDE */
|
||||
}
|
||||
|
||||
void Curl_pgrsSetDownloadCounter(struct SessionHandle *data, curl_off_t size)
|
||||
|
Loading…
Reference in New Issue
Block a user