bug-wget
[Top][All Lists]
Advanced

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

Re: [Bug-wget] [PATCH] Invalid Content-Length header in WARC files, on s


From: Ángel González
Subject: Re: [Bug-wget] [PATCH] Invalid Content-Length header in WARC files, on some platforms
Date: Sat, 24 Nov 2012 23:25:10 +0100
User-agent: Thunderbird

Stephanie Rühsen schrieb:
> Am Samstag, 24. November 2012 schrieb Ángel González:
>> 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 ? ;-)
Don't worry, there's also the pre-c99 <limits.h> :)

(Although stdint.h is probably the coolest C99 header)




reply via email to

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