]> granicus.if.org Git - curl/commit
tv_sec is an int, so we explicitly typecast the result of long - long to
authorDaniel Stenberg <daniel@haxx.se>
Wed, 3 Mar 2004 13:07:32 +0000 (13:07 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Wed, 3 Mar 2004 13:07:32 +0000 (13:07 +0000)
commit9116dd41bd2a48946d424b1f25e3783d1d2b5cec
tree353e28c5fca9812f40907459623361c61da52e9d
parent213d64fbd7653eb55f7bab5688972ef7b8d5f4c1
tv_sec is an int, so we explicitly typecast the result of long - long to
an int when we assign it.
lib/hostip.c