Re: Bug in ETA code on x64

2006-03-28 Thread Hrvoje Niksic
Thomas Braby [EMAIL PROTECTED] writes: With wget 1.10.2 compiled using Visual Studio 2005 for Windows XP x64 I was getting no ETA until late in the transfer, when I'd get things like: 49:49:49 then 48:48:48 then 47:47:47 etc. So I checked the eta value in seconds and it was correct, so

RE: Bug in ETA code on x64

2006-03-28 Thread Tony Lewis
Hrvoje Niksic wrote: The cast to int looks like someone was trying to remove a warning and botched operator precedence in the process. I can't see any good reason to use , here. Why not write the line as: eta_hrs = eta / 3600; eta %= 3600; This makes it much less likely that someone

Re: please help

2006-03-28 Thread Ray Rodriguez
I think it would be safe to call this a bug, but I seem to think I've seen something about this before. On Tue, 28 Mar 2006, gang wu wrote: Thanks for your reply. Should we report this as a bug? Gang Ray Rodriguez wrote: I tried the command on SCO Unix 5.0.4 with wget 1.10.2 and had the