bug-wget
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Bug-wget] GNU wget 1.14 released


From: Tim Rühsen
Subject: Re: [Bug-wget] GNU wget 1.14 released
Date: Tue, 7 Aug 2012 18:54:08 +0200
User-agent: KMail/1.13.7 (Linux/3.2.0-3-686-pae; KDE/4.8.4; i686; ; )

That should not be a problem unless offset exceeds 31 bits.
The off_t problem (32 or 64 bits) might also arise on Linux environments.

AFAIK, long long should be 64 bits.
So, the fix would be to use %lld or %llu in the format string and (long 
long)offset or (unsigned long long)offset in the argument list.

I just don't have my development environment handy, so maybe someone else can 
create a patch. Or you have to wait a few days...

Tim

Am Dienstag, 7. August 2012 schrieb Steven M. Schweda:
> > I am pleased to announce the new version of GNU wget. [...]
> 
>    I'd have been more pleased if anything had been done about this
> problem:
> 
>       http://lists.gnu.org/archive/html/bug-wget/2012-07/msg00033.html
> 
> ------------------------------------------------------------------------
> 
>    Steven M. Schweda               address@hidden
>    382 South Warwick Street        (+1) 651-699-9818
>    Saint Paul  MN  55105-2547
> 
> 




reply via email to

[Prev in Thread] Current Thread [Next in Thread]