#1468330 (http://curl.haxx.se/bug/view.cgi?id=1468330) pointed out a bad
authorDaniel Stenberg <daniel@haxx.se>
Tue, 11 Apr 2006 10:49:51 +0000 (10:49 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Tue, 11 Apr 2006 10:49:51 +0000 (10:49 +0000)
commitdeeb74b7e4049cd3d25c02d9c5e5f74394567362
treeeecd73fa1560867e6f59e71a93ce6cd90daed249
parent0542002d7a52b45c29db35d4ca439f927ce386ac
#1468330 (curl.haxx.se/bug/view.cgi?id=1468330) pointed out a bad
typecast in the curl tool leading to a crash with (64bit?) VS2005 (at least)
since the struct timeval field tv_sec is an int while time_t is 64bit.
CHANGES
RELEASE-NOTES
src/main.c