Strange code in src/client_side_reply.cc

From: Kinkie <gkinkie_at_gmail.com>
Date: Fri, 9 Jul 2010 14:08:06 +0200

Hi all,

in client_side_reply.cc:clientHttpRequestStatus at about line 1050,
there's two conditionals:

#if SIZEOF_INT64_T == 4
//..
#endif

Both are pretty strange: sizeof(int64_t) cannot be 4, it's guarranteed to be 8.
I'm removing this code in autoconf-refactor, but I'd like to
understand if it's meant to be there..

Thanks

-- 
    /kinkie
Received on Fri Jul 09 2010 - 12:08:16 MDT

This archive was generated by hypermail 2.2.0 : Sat Jul 10 2010 - 12:00:09 MDT