postsize is off_t now, so we typecase it to int before doing normal printf
authorDaniel Stenberg <daniel@haxx.se>
Sat, 13 Mar 2004 17:11:42 +0000 (17:11 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Sat, 13 Mar 2004 17:11:42 +0000 (17:11 +0000)
commitd04ffd258b9f48b2d65bbe6ad3daa89cb0b0aca5
tree51558043b70c138a1a355e09126ab131da7a392f
parent24cfa7f1bb147f706680f7eddca9805a3b1de015
postsize is off_t now, so we typecase it to int before doing normal printf
with it (knowing it won't be larger than what fits in an int)
lib/http.c