]> granicus.if.org Git - curl/commit
add_buffer_send: fix compiler warning
authorDaniel Stenberg <daniel@haxx.se>
Sat, 24 Jul 2010 20:52:35 +0000 (22:52 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Sat, 24 Jul 2010 20:52:35 +0000 (22:52 +0200)
commit6d2ccfed48558f171c2840c3aa479261050d084a
tree79045c43f3f1a7fc2092494da391fe57185c37d1
parent7738b15977d40ee15dca28113f73601a94ed516e
add_buffer_send: fix compiler warning

Win64's 32 bit long but 64 bit size_t caused a warning that we avoid
with a typecast. A small whitespace indent fix was also applied.

Reported by: Adam Light
lib/http.c
lib/http.h