~ubuntu-branches/ubuntu/raring/curl/raring-updates

« back to all changes in this revision

Viewing changes to lib/progress.c

  • Committer: Package Import Robot
  • Author(s): Alessandro Ghedini
  • Date: 2011-11-13 21:07:32 UTC
  • mto: (3.6.1 experimental) (1.3.1)
  • mto: This revision was merged to the branch mainline in revision 55.
  • Revision ID: package-import@ubuntu.com-20111113210732-bk5n25x2tu7aplur
Tags: upstream-7.22.0
ImportĀ upstreamĀ versionĀ 7.22.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
201
201
{
202
202
  data->progress.speeder_c = 0; /* reset the progress meter display */
203
203
  data->progress.start = Curl_tvnow();
 
204
  data->progress.flags &= PGRS_HIDE; /* clear all bits except HIDE */
204
205
}
205
206
 
206
207
void Curl_pgrsSetDownloadCounter(struct SessionHandle *data, curl_off_t size)