cURL / Mailing Lists / curl-library / Single Mail

curl-library

Re: progress.c patch

From: Dirk Manske <dm_at_sysformance.com>
Date: Sat, 17 Apr 2004 20:39:40 +0200

On Saturday 17 April 2004 16:06, Gisle Vanem wrote:
> The timespent value is 1000 times too high :)
> - timespent = (long)data->progress.timespent*1000.0;
> + timespent = (long)data->progress.timespent;
Upps. That was my fault, sorry.
Received on 2004-04-17