X-Git-Url: http://sjero.net/git/?p=wget;a=blobdiff_plain;f=src%2Fftp.c;h=966b90b56faa3227a3e54dbdf106ffedfcbba9cd;hp=d70969ad72949e0f4d8a7dd029fd779698f54130;hb=9228f0bf53d3b42459daeb28372196a007de3014;hpb=ea8a108b1f23dc1794bb6a1b561dc995a46e36b2 diff --git a/src/ftp.c b/src/ftp.c index d70969ad..966b90b5 100644 --- a/src/ftp.c +++ b/src/ftp.c @@ -69,7 +69,7 @@ typedef struct int st; /* connection status */ int cmd; /* command code */ struct rbuf rbuf; /* control connection buffer */ - long dltime; /* time of the download */ + double dltime; /* time of the download in msecs */ enum stype rs; /* remote system reported by ftp server */ char *id; /* initial directory */ char *target; /* target file name */