http_chunks.c: Fixed compilation warnings under some 32-bit systems
authorSteve Holme <steve_holme@hotmail.com>
Sun, 19 Jan 2014 13:04:59 +0000 (13:04 +0000)
committerSteve Holme <steve_holme@hotmail.com>
Sun, 19 Jan 2014 13:10:45 +0000 (13:10 +0000)
commit2cac75c4e400b1a80708b1a4ef9b6561755fdb72
treeeb1d7322302943a5aeb02fb4a00650cbc94bbcce
parentaba98991a50d7a4f2deb8fc3f9ddc5628a207da5
http_chunks.c: Fixed compilation warnings under some 32-bit systems

conversion from 'curl_off_t' to 'size_t', possible loss of data

Where curl_off_t is a 64-bit word and size_t is 32-bit - for example
with 32-bit Windows builds.
lib/http_chunks.c