]> granicus.if.org Git - curl/commit
lib/socks.c: Avoid type conversions where possible
authorMarc Hoersken <info@marc-hoersken.de>
Thu, 4 Oct 2012 18:17:49 +0000 (20:17 +0200)
committerMarc Hoersken <info@marc-hoersken.de>
Thu, 4 Oct 2012 18:17:49 +0000 (20:17 +0200)
commitcd423348d9b72d57a79469d2465b48972c28baf7
tree9d471a275922c1b61cef7422891b046655357c12
parent90821c62027f4fc4259642ab1b5af8157ae40054
lib/socks.c: Avoid type conversions where possible

Streamlined variable names and types to avoid type conversions that
may result in data being lost on non 32-bit systems.
lib/socks.c