bug-wget
[Top][All Lists]
Advanced

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

Re: [Bug-wget] Problem using GNU Wget 1.11.4 Windows version


From: Ángel González
Subject: Re: [Bug-wget] Problem using GNU Wget 1.11.4 Windows version
Date: Wed, 21 Mar 2012 23:11:42 +0100
User-agent: Thunderbird

On 21/03/12 07:12, Ray Satiro wrote:
> Yes that is the way it used to be with the structs. As far as bypassing 
> stat,fstat that's probably not the best way but it works.
Good point. Below the stat define there should have been a #define fstat
_fstati64
fstat is only used at two points in wget. At main.c for checking if what
we opened was a regular file (no problem there with the original one),
and at wget_read_file if HAVE_MMAP (which is not directly available on
windows, but could be on cygwin), where it does use st_size.




reply via email to

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