Am Samstag, 24. November 2012 schrieb Ángel González:
> On 24/11/12 12:32, Giuseppe Scrivano wrote:
> > I have pushed the following patch:
> 
> > +  char content_length[22];
> The 22 is a magic number, based in the fact
> that 1e21 > INT64_MAX
> 
> I think it should be #defined in wget.h
> 
> It could be defined variable depending on the
> different MAX values, eg. sizeof( STRINGIZE( INT64_MAX ) )

I found INT64_MAX in stdint.h. AFAIK, it is c99 !?
You don't deserve c99 featurs, do you ? ;-)

Tim

Reply via email to