| |
|
|
|
cURL Mailing List Monthly Index Single Mail
curl-library Mailing List Archives
Bad double/long cast for progress.timespent, wrongCurl_pgrsUpdate placement in Curl_pgrsDone,
From: Dirk Manske <dm_at_sysformance.com>
Date: Thu, 1 Apr 2004 18:39:59 +0200
Hi Daniel,
since release 1.58 of progress.c there is bad casting mistake, which makes
- /* The exact time spent so far (from the start) */
- data->progress.timespent = timespent;
data->progress.timespent = Curl_tvdiff (now, data->progress.start)/1000.0;
And I think in Curl_pgrsDone() is a mistake. Should not be
void Curl_pgrsDone(struct connectdata *conn)
Bye,
These mail archives are generated by hypermail. |
Page updated November 12, 2010.
web site info